mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
Add missing continue to Clientlist::Process
This commit is contained in:
parent
52bee3e8a0
commit
046dfe3e12
@ -695,6 +695,7 @@ void Clientlist::Process()
|
||||
safe_delete((*it));
|
||||
|
||||
it = ClientChatConnections.erase(it);
|
||||
continue;
|
||||
}
|
||||
++it;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user