Skip to content

Commit

Permalink
Include PatchTool in release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
xADDBx committed Nov 5, 2024
1 parent cb59055 commit 7b858eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ToyBox/Classes/MainUI/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ internal static class Main {
new NamedAction("Dialog & NPCs", DialogAndNPCs.OnGUI),
new NamedAction("Saves", GameSavesBrowser.OnGUI),
new NamedAction("Achievements", AchievementsUnlocker.OnGUI),
#if DEBUG
new NamedAction("Patch Tool", PatchToolUI.OnGUI),
#endif
new NamedAction("Settings", SettingsUI.OnGUI)
};
private static int partyTabID = -1;
Expand Down

0 comments on commit 7b858eb

Please sign in to comment.