mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-25 02:08:23 +00:00
Fix potential crash in zone/worldserver.cpp
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user