mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-26 15:37:16 +00:00
[Zone Shutdown] Fix for resetting shutdown timer (#2480)
This commit is contained in:
+1
-1
@@ -1859,7 +1859,7 @@ void Zone::ResetShutdownTimer() {
|
|||||||
zone->GetZoneDescription()
|
zone->GetZoneDescription()
|
||||||
);
|
);
|
||||||
|
|
||||||
autoshutdown_timer.SetTimer(autoshutdown_timer.GetDuration());
|
autoshutdown_timer.Start(autoshutdown_timer.GetDuration(), true);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool Zone::Depop(bool StartSpawnTimer) {
|
bool Zone::Depop(bool StartSpawnTimer) {
|
||||||
|
|||||||
Reference in New Issue
Block a user