Skip to content

Commit b3aa5b8

Browse files
Update Server.cs
1 parent ca2725b commit b3aa5b8

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
@@ -16,7 +16,7 @@ public class Server : BaseUnityPlugin
1616
public static Emulator.Database.Database Database;
1717
public static Emulator.PlaceholderServerData PlaceholderServerData;
1818
public static List<string> MustImplement = new();
19-
public static bool Debug = false;
19+
public static bool Debug = true;
2020
private static Process _process;
2121
private static bool ShuttingDown = false;
2222

0 commit comments

Comments
 (0)