Working built in reverse for movementAI

This commit is contained in:
David Markowitz
2023-08-06 23:40:30 -07:00
parent 3e12dd782b
commit 6a5ff30a32
4 changed files with 19 additions and 8 deletions

View File

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