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 ca2725b commit b3aa5b8Copy full SHA for b3aa5b8
Server/Server.cs
@@ -16,7 +16,7 @@ public class Server : BaseUnityPlugin
16
public static Emulator.Database.Database Database;
17
public static Emulator.PlaceholderServerData PlaceholderServerData;
18
public static List<string> MustImplement = new();
19
- public static bool Debug = false;
+ public static bool Debug = true;
20
private static Process _process;
21
private static bool ShuttingDown = false;
22
0 commit comments