mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-27 18:52:27 +00:00
Fix world server admin auth bug [skip ci]
This commit is contained in:
parent
b2526ff6d6
commit
34a4db6302
@ -545,6 +545,8 @@ void WorldServer::Handle_NewLSInfo(ServerNewLSInfo_Struct *new_world_server_info
|
|||||||
GetServerShortName()
|
GetServerShortName()
|
||||||
);
|
);
|
||||||
world_server_admin_id = login_server_admin.id;
|
world_server_admin_id = login_server_admin.id;
|
||||||
|
|
||||||
|
this->SetIsServerAuthorized(true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user