fix: ChatServer crash on startup (#1303)

This commit is contained in:
David Markowitz
2023-11-17 23:15:31 -08:00
committed by GitHub
parent 7f623d358c
commit 98822d400f
3 changed files with 4 additions and 2 deletions

View File

@@ -108,6 +108,8 @@ int main(int argc, char** argv) {
Game::randomEngine = std::mt19937(time(0));
playerContainer.Initialize();
//Run it until server gets a kill message from Master:
auto t = std::chrono::high_resolution_clock::now();
Packet* packet = nullptr;