diff options
Diffstat (limited to 'npc/018-2-2/main.txt')
-rw-r--r-- | npc/018-2-2/main.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/018-2-2/main.txt b/npc/018-2-2/main.txt index b6e75a4a2..f3b30fef9 100644 --- a/npc/018-2-2/main.txt +++ b/npc/018-2-2/main.txt @@ -26,7 +26,8 @@ OnPlayerCycle: } // Continue the execution - addtimer(500, "#HH_CONTROLLER01::OnPlayerCycle"); + if (getmap() ~= "018-2-*") + addtimer(500, "#HH_CONTROLLER01::OnPlayerCycle"); end; // Initialize Variables. Remember this causes a search for On<Difficulty><SeqNumber>. And keep same number or CRASH |