Don't apply dev/tester state in svr cfg util

This commit is contained in:
Vortrex
2022-05-22 13:32:22 -05:00
parent 503a9e8c4d
commit c596c87fbc

View File

@@ -201,9 +201,6 @@ function loadServerConfigFromId(tempServerId) {
function applyConfigToServer(tempServerConfig) {
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!");
if(isTimeSupported()) {