mirror of
				https://github.com/DarkflameUniverse/DarkflameServer.git
				synced 2025-11-04 06:32:00 +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:
		@@ -303,7 +303,6 @@ int main(int argc, char** argv) {
 | 
			
		||||
 | 
			
		||||
			if (affirmTimeout == 1000) {
 | 
			
		||||
				instance->Shutdown();
 | 
			
		||||
				instance->SetShutdownComplete(true);
 | 
			
		||||
 | 
			
		||||
				Game::im->RedirectPendingRequests(instance);
 | 
			
		||||
			}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user