mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 09:31:30 +00:00
Fix potential crash in zone/worldserver.cpp
This commit is contained in:
parent
69f06f736c
commit
35c1eccbe1
@ -765,7 +765,7 @@ void WorldServer::Process() {
|
|||||||
zone->SetZoneHasCurrentTime(true);
|
zone->SetZoneHasCurrentTime(true);
|
||||||
|
|
||||||
}
|
}
|
||||||
if (zone->is_zone_time_localized){
|
if (zone && zone->is_zone_time_localized){
|
||||||
Log.Out(Logs::General, Logs::Zone_Server, "Received request to sync time from world, but our time is localized currently");
|
Log.Out(Logs::General, Logs::Zone_Server, "Received request to sync time from world, but our time is localized currently");
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user