mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-11 02:52:26 +00:00
[Zone Shutdown] Fix for resetting shutdown timer (#2480)
This commit is contained in:
parent
6c8930eacd
commit
18bfee5616
@ -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) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user