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:
David Markowitz 2022-07-09 15:27:20 -07:00 committed by GitHub
parent 485de6173a
commit 66edf57b02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -303,7 +303,6 @@ int main(int argc, char** argv) {
if (affirmTimeout == 1000) {
instance->Shutdown();
instance->SetShutdownComplete(true);
Game::im->RedirectPendingRequests(instance);
}