mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-15 12:58:22 +00:00
Rework login credential functions
This commit is contained in:
@@ -125,16 +125,6 @@ void ClientManager::ProcessDisconnect()
|
||||
}
|
||||
}
|
||||
|
||||
void ClientManager::UpdateServerList()
|
||||
{
|
||||
auto iter = clients.begin();
|
||||
while(iter != clients.end())
|
||||
{
|
||||
(*iter)->SendServerListPacket();
|
||||
++iter;
|
||||
}
|
||||
}
|
||||
|
||||
void ClientManager::RemoveExistingClient(unsigned int account_id)
|
||||
{
|
||||
auto iter = clients.begin();
|
||||
|
||||
Reference in New Issue
Block a user