diff --git a/Starbound/starbound_server.config b/Starbound/starbound_server.config index 3ce8ef9..268aed3 100644 --- a/Starbound/starbound_server.config +++ b/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,