mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-17 14:31:30 +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->GetServerShortName()
|
||||||
);
|
);
|
||||||
|
|
||||||
if (world_registration.loaded) {
|
|
||||||
this->SetIsServerAuthorized(true);
|
this->SetIsServerAuthorized(true);
|
||||||
|
|
||||||
|
if (world_registration.loaded) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user