[Zone Shutdown] Fix for resetting shutdown timer (#2480)

This commit is contained in:
Chris Miles 2022-10-11 21:23:12 -04:00 committed by GitHub
parent 6c8930eacd
commit 18bfee5616
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {