mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 13:28:25 +00:00
Send client lockout update in lockout methods
Add optional client update argument to client lockout methods This is better than requiring callers to manually send the update
This commit is contained in:
@@ -1192,7 +1192,6 @@ void Expedition::ProcessLockoutUpdate(
|
||||
{
|
||||
member_client->RemoveExpeditionLockout(m_expedition_name, event_name);
|
||||
}
|
||||
member_client->SendExpeditionLockoutTimers();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1214,7 +1213,6 @@ void Expedition::ProcessLockoutUpdate(
|
||||
} else {
|
||||
client->RemoveExpeditionLockout(m_expedition_name, event_name);
|
||||
}
|
||||
client->SendExpeditionLockoutTimers();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user