mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 00:58:26 +00:00
Cleanup expedition headers and unused variables
Modify some expedition and dz logging Remove unnecessary includes in expedition sources
This commit is contained in:
+2
-3
@@ -5216,11 +5216,10 @@ void EntityList::GateAllClientsToSafeReturn()
|
||||
|
||||
for (const auto& client_list_iter : client_list)
|
||||
{
|
||||
Client* client = client_list_iter.second;
|
||||
if (client)
|
||||
if (client_list_iter.second)
|
||||
{
|
||||
// falls back to gating clients to bind if dz invalid
|
||||
client->GoToDzSafeReturnOrBind(dz.GetSafeReturnLocation());
|
||||
client_list_iter.second->GoToDzSafeReturnOrBind(dz.GetSafeReturnLocation());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user