From 66edf57b025196b31fc89906f3cc616f827ecb0f Mon Sep 17 00:00:00 2001 From: David Markowitz <39972741+EmosewaMC@users.noreply.github.com> Date: Sat, 9 Jul 2022 15:27:20 -0700 Subject: [PATCH] Wait for world to shutdown (#624) We need to wait for the message that the world has shutdown before shutting it down. --- dMasterServer/MasterServer.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/dMasterServer/MasterServer.cpp b/dMasterServer/MasterServer.cpp index ac49b1a1..94e0d5b6 100644 --- a/dMasterServer/MasterServer.cpp +++ b/dMasterServer/MasterServer.cpp @@ -303,7 +303,6 @@ int main(int argc, char** argv) { if (affirmTimeout == 1000) { instance->Shutdown(); - instance->SetShutdownComplete(true); Game::im->RedirectPendingRequests(instance); }