diff --git a/zone/zone.cpp b/zone/zone.cpp index 07f092f16..a861d2344 100755 --- a/zone/zone.cpp +++ b/zone/zone.cpp @@ -1859,7 +1859,7 @@ void Zone::ResetShutdownTimer() { zone->GetZoneDescription() ); - autoshutdown_timer.SetTimer(autoshutdown_timer.GetDuration()); + autoshutdown_timer.Start(autoshutdown_timer.GetDuration(), true); } bool Zone::Depop(bool StartSpawnTimer) {