From 7571f1f057daa38a2658e834f72e4cf9a04481bc Mon Sep 17 00:00:00 2001 From: george Date: Tue, 4 Jun 2019 16:56:51 +0100 Subject: [PATCH] For the record, this was Zuff's mistake, it was left uncaught so I fixed it. --- _CleanupRequired/BossHP/scripting/BossHP.sp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_CleanupRequired/BossHP/scripting/BossHP.sp b/_CleanupRequired/BossHP/scripting/BossHP.sp index 75ea7617..601182c2 100644 --- a/_CleanupRequired/BossHP/scripting/BossHP.sp +++ b/_CleanupRequired/BossHP/scripting/BossHP.sp @@ -957,6 +957,8 @@ public void OnGameFrame() delete Boss; g_aBoss.Erase(i); i--; + + continue; } // Unmark Boss as processing.