mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-15 17:08:21 +00:00
Fix small loginserver bug where when a worldserver pings world for the first time it may not show up
This commit is contained in:
@@ -924,8 +924,9 @@ bool WorldServer::HandleNewLoginserverInfoUnregisteredAllowed(
|
||||
this->GetServerShortName()
|
||||
);
|
||||
|
||||
this->SetIsServerAuthorized(true);
|
||||
|
||||
if (world_registration.loaded) {
|
||||
this->SetIsServerAuthorized(true);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user