mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-10 19:10:25 +00:00
[Cleanup] Remove GateAllClients() from zone/entity.cpp and zone/entity.h (#3391)
# Notes - This is unused.
This commit is contained in:
@@ -5115,17 +5115,6 @@ uint32 EntityList::CheckNPCsClose(Mob *center)
|
||||
return count;
|
||||
}
|
||||
|
||||
void EntityList::GateAllClients()
|
||||
{
|
||||
auto it = client_list.begin();
|
||||
while (it != client_list.end()) {
|
||||
Client *c = it->second;
|
||||
if (c)
|
||||
c->GoToBind();
|
||||
++it;
|
||||
}
|
||||
}
|
||||
|
||||
void EntityList::SignalAllClients(int signal_id)
|
||||
{
|
||||
for (const auto& c : client_list) {
|
||||
|
||||
Reference in New Issue
Block a user