fixed Crash issue added serverVehicleID and gameVehicleID

This commit is contained in:
Anonymous275
2020-02-06 23:20:09 +02:00
parent 4503338378
commit e2cae1da59
5 changed files with 24 additions and 13 deletions

View File

@@ -32,6 +32,8 @@ int main() {
DebugData(); //Prints Debug Data
}
setLoggerLevel("ALL");
ServerMain(Port, MaxPlayers);
}