This commit is contained in:
EmosewaMC
2023-01-14 18:18:25 -08:00
parent 872270704c
commit ce03feb11a
3 changed files with 3 additions and 3 deletions

View File

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