Rework login credential functions

This commit is contained in:
KimLS
2016-10-31 21:19:48 -07:00
parent 7f7a4b0f2d
commit d8da52796b
17 changed files with 297 additions and 387 deletions
-10
View File
@@ -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();