We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e1006d commit 4fd2e1fCopy full SHA for 4fd2e1f
Server/Server.cs
@@ -17,7 +17,7 @@ public class Server : BaseUnityPlugin
17
public static Emulator.PlaceholderServerData PlaceholderServerData;
18
public static OsuManiaLoader.Loader ManiaBeatmapsLoader;
19
public static List<string> MustImplement = new();
20
- public static bool Debug = true;
+ public static bool Debug = false;
21
private static Process _process;
22
private static bool ShuttingDown = false;
23
private static bool ManiaLoaderDisabled = true;
0 commit comments