Browse Source

enabled rcon and query by default

pull/19/head
Daniel Gibbs 8 years ago
parent
commit
2d34f9d14a
  1. 4
      Starbound/starbound_server.config

4
Starbound/starbound_server.config

@ -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…
Cancel
Save