enabled rcon and query by default

This commit is contained in:
Daniel Gibbs 2017-10-11 21:58:59 +01:00
parent 21ebb6484b
commit 2d34f9d14a

View File

@ -33,8 +33,8 @@
"rconServerPassword" : "ADMINPASSWORD",
"rconServerPort" : 21026,
"rconServerTimeout" : 1000,
"runQueryServer" : false,
"runRconServer" : false,
"runQueryServer" : true,
"runRconServer" : true,
"safeScripts" : true,
"scriptInstructionLimit" : 10000000,
"scriptInstructionMeasureInterval" : 10000,