Remove flags in controllablePhysics

This commit is contained in:
David Markowitz
2023-08-19 22:44:02 -07:00
parent 2bb39f4fa5
commit 11b1f5b9d4
4 changed files with 7 additions and 47 deletions

View File

@@ -347,7 +347,7 @@ int main(int argc, char** argv) {
StartChatServer();
Game::im->GetInstance(0, false, 0);
Game::im->GetInstance(1800, false, 0);
Game::im->GetInstance(1200, false, 0);
StartAuthServer();
}