mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 14:41:28 +00:00
[Cleanup] Utilize GetScheduler() in zone/worldserver.cpp (#3093)
# Notes - This was unused.
This commit is contained in:
parent
ccd9bd7d4c
commit
06f1f36c95
@ -3151,7 +3151,7 @@ void WorldServer::HandleMessage(uint16 opcode, const EQ::Net::Packet &p)
|
|||||||
}
|
}
|
||||||
case ServerOP_UpdateSchedulerEvents: {
|
case ServerOP_UpdateSchedulerEvents: {
|
||||||
LogScheduler("Received signal from world to update");
|
LogScheduler("Received signal from world to update");
|
||||||
if (m_zone_scheduler) {
|
if (GetScheduler()) {
|
||||||
m_zone_scheduler->LoadScheduledEvents();
|
m_zone_scheduler->LoadScheduledEvents();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user