Skip to content

Commit 4fd2e1f

Browse files
committed
disable debug
1 parent 4e1006d commit 4fd2e1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Server/Server.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class Server : BaseUnityPlugin
1717
public static Emulator.PlaceholderServerData PlaceholderServerData;
1818
public static OsuManiaLoader.Loader ManiaBeatmapsLoader;
1919
public static List<string> MustImplement = new();
20-
public static bool Debug = true;
20+
public static bool Debug = false;
2121
private static Process _process;
2222
private static bool ShuttingDown = false;
2323
private static bool ManiaLoaderDisabled = true;

0 commit comments

Comments
 (0)