mirror of
https://github.com/GameServerManagers/Game-Server-Configs.git
synced 2025-01-07 03:07:04 +08:00
enabled rcon and query by default
This commit is contained in:
parent
21ebb6484b
commit
2d34f9d14a
@ -33,8 +33,8 @@
|
||||
"rconServerPassword" : "ADMINPASSWORD",
|
||||
"rconServerPort" : 21026,
|
||||
"rconServerTimeout" : 1000,
|
||||
"runQueryServer" : false,
|
||||
"runRconServer" : false,
|
||||
"runQueryServer" : true,
|
||||
"runRconServer" : true,
|
||||
"safeScripts" : true,
|
||||
"scriptInstructionLimit" : 10000000,
|
||||
"scriptInstructionMeasureInterval" : 10000,
|
||||
|
Loading…
Reference in New Issue
Block a user