Don't apply dev/tester state in svr cfg util
This commit is contained in:
@@ -201,9 +201,6 @@ function loadServerConfigFromId(tempServerId) {
|
|||||||
|
|
||||||
function applyConfigToServer(tempServerConfig) {
|
function applyConfigToServer(tempServerConfig) {
|
||||||
logToConsole(LOG_INFO, "[VRR.Config]: Applying server config ...");
|
logToConsole(LOG_INFO, "[VRR.Config]: Applying server config ...");
|
||||||
getServerConfig().devServer = intToBool(toInteger(server.getCVar("vrr_devserver")));
|
|
||||||
getServerConfig().testerOnly = intToBool(toInteger(server.getCVar("vrr_testeronly")));
|
|
||||||
|
|
||||||
logToConsole(LOG_DEBUG, "[VRR.Config]: Server config applied successfully!");
|
logToConsole(LOG_DEBUG, "[VRR.Config]: Server config applied successfully!");
|
||||||
|
|
||||||
if(isTimeSupported()) {
|
if(isTimeSupported()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user