Skip to content

Commit

Permalink
rename an unimportant thing
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnCorby committed Feb 15, 2024
1 parent c9bd31f commit 99858a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QSB/Utility/Deterministic/DeterministicManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace QSB.Utility.Deterministic;
/// </summary>
public static class DeterministicManager
{
private static readonly Harmony _harmony = new(typeof(DeterministicManager).FullName);
private static readonly Harmony _harmony = new(typeof(DeterministicRigidbodyPatches).FullName);
private static bool _patched;

public static readonly Dictionary<Transform, (int SiblingIndex, Transform Parent)> ParentCache = new();
Expand Down

0 comments on commit 99858a8

Please sign in to comment.