Browse Source

keep doing client process while waiting for map to load

Image 4 years ago
parent
commit
45d9add083
1 changed files with 2 additions and 0 deletions
  1. 2 0
      EQ2/source/WorldServer/zoneserver.cpp

+ 2 - 0
EQ2/source/WorldServer/zoneserver.cpp

@@ -1301,6 +1301,8 @@ bool ZoneServer::Process()
 
 			while (zonemap != nullptr && zonemap->IsMapLoading())
 			{
+				// Client loop
+				ClientProcess();
 				Sleep(10);
 			}