Skip to content

Commit 6673b7d

Browse files
committed
enable debug mode for 1 or 2 players to test
1 parent 37a0729 commit 6673b7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reactivedrop/content/traitors_challenge/scripts/vscripts/challenge_traitors.nut

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
DEBUG <- false; // Debug flags 调试标识
1+
DEBUG <- true; // Debug flags 调试标识
22
INT_MAX <- 2147483647; // Constant 常量
33
isServer <- true; // If the code is running server side or client side 指示代码是在服务端运行的还是在客户端运行的
44
IsPaused <- false; // Not actually being used 没有实际用处

0 commit comments

Comments
 (0)