Skip to content

Commit

Permalink
don't code when distracted
Browse files Browse the repository at this point in the history
  • Loading branch information
Caraxi committed Feb 27, 2024
1 parent f166c07 commit 479a5e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion SimpleTweaksPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,6 @@ public void LoadCustomProvider(CustomTweakProviderConfig provider) {
TweakProviders.Add(tweakProvider);
Loc.ClearCache();
DebugManager.Reload();
Common.ContextMenu.Dispose();
}
}
}
1 change: 1 addition & 0 deletions Utility/Common.cs
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ public static void Shutdown() {
updateCursorHook?.Disable();
updateCursorHook?.Dispose();
httpClient?.Dispose();
ContextMenu.Dispose();
}

public const int UnitListCount = 18;
Expand Down

0 comments on commit 479a5e1

Please sign in to comment.