mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-19 16:58:20 +00:00
Fix potential crash
This commit is contained in:
+1
-1
@@ -88,7 +88,7 @@ void ZSList::Process() {
|
|||||||
Process();
|
Process();
|
||||||
CatchSignal(2);
|
CatchSignal(2);
|
||||||
}
|
}
|
||||||
if(reminder && reminder->Check()){
|
if(reminder && reminder->Check() && shutdowntimer){
|
||||||
SendEmoteMessage(0,0,0,15,"<SYSTEMWIDE MESSAGE>:SYSTEM MSG:World coming down, everyone log out now. World will shut down in %i minutes...", ((shutdowntimer->GetRemainingTime()/1000) / 60));
|
SendEmoteMessage(0,0,0,15,"<SYSTEMWIDE MESSAGE>:SYSTEM MSG:World coming down, everyone log out now. World will shut down in %i minutes...", ((shutdowntimer->GetRemainingTime()/1000) / 60));
|
||||||
}
|
}
|
||||||
LinkedListIterator<ZoneServer*> iterator(list);
|
LinkedListIterator<ZoneServer*> iterator(list);
|
||||||
|
|||||||
Reference in New Issue
Block a user