mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-25 06:57:28 +00:00
Wait for world to shutdown (#624)
We need to wait for the message that the world has shutdown before shutting it down.
This commit is contained in:
parent
485de6173a
commit
66edf57b02
@ -303,7 +303,6 @@ int main(int argc, char** argv) {
|
||||
|
||||
if (affirmTimeout == 1000) {
|
||||
instance->Shutdown();
|
||||
instance->SetShutdownComplete(true);
|
||||
|
||||
Game::im->RedirectPendingRequests(instance);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user