Fix repop crash

This commit is contained in:
neckkola
2022-02-27 15:25:15 -04:00
parent d67fa473a2
commit 9836c80a9d
4 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ bool Spawn2::Process() {
return true;
}
if (timer.Check()) {
if (timer.Check() && zone->spawn2_timer.Enabled()) {
timer.Disable();
LogSpawns("Spawn2 [{}]: Timer has triggered", spawn2_id);