Use new prefix for server cvars
This commit is contained in:
@@ -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")));
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user