Skip to content

Commit

Permalink
disable debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ArjixWasTaken committed Jul 9, 2022
1 parent 4e1006d commit 4fd2e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Server/Server.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class Server : BaseUnityPlugin
public static Emulator.PlaceholderServerData PlaceholderServerData;
public static OsuManiaLoader.Loader ManiaBeatmapsLoader;
public static List<string> MustImplement = new();
public static bool Debug = true;
public static bool Debug = false;
private static Process _process;
private static bool ShuttingDown = false;
private static bool ManiaLoaderDisabled = true;
Expand Down

0 comments on commit 4fd2e1f

Please sign in to comment.