mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-29 09:51:30 +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()
|
||||
);
|
||||
|
||||
autoshutdown_timer.SetTimer(autoshutdown_timer.GetDuration());
|
||||
autoshutdown_timer.Start(autoshutdown_timer.GetDuration(), true);
|
||||
}
|
||||
|
||||
bool Zone::Depop(bool StartSpawnTimer) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user