Fix small loginserver bug where when a worldserver pings world for the first time it may not show up

This commit is contained in:
Akkadius 2019-09-24 21:51:42 -05:00
parent 9a4a49fc9e
commit cda6a1465b

View File

@ -924,8 +924,9 @@ bool WorldServer::HandleNewLoginserverInfoUnregisteredAllowed(
this->GetServerShortName()
);
this->SetIsServerAuthorized(true);
if (world_registration.loaded) {
this->SetIsServerAuthorized(true);
return true;
}