mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-14 19:51:29 +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:
parent
9a4a49fc9e
commit
cda6a1465b
@ -924,8 +924,9 @@ bool WorldServer::HandleNewLoginserverInfoUnregisteredAllowed(
|
||||
this->GetServerShortName()
|
||||
);
|
||||
|
||||
this->SetIsServerAuthorized(true);
|
||||
|
||||
if (world_registration.loaded) {
|
||||
this->SetIsServerAuthorized(true);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user