This commit is contained in:
neckkola
2022-05-17 22:31:04 -03:00
24 changed files with 3783 additions and 525 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);