diff --git a/scripts/server/config.js b/scripts/server/config.js index ab59b83b..0eb78578 100644 --- a/scripts/server/config.js +++ b/scripts/server/config.js @@ -136,8 +136,8 @@ class ServerConfigData { passiveIncome: toFloat(dbAssoc["svr_passive_income"]), } - this.devServer = intToBool(toInteger(server.getCVar("vrr_devserver"))); - this.testerOnly = intToBool(toInteger(server.getCVar("vrr_testeronly"))); + this.devServer = intToBool(toInteger(server.getCVar("agrp_devserver"))); + this.testerOnly = intToBool(toInteger(server.getCVar("agrp_testeronly"))); } } };