From ed47edbd36762676500b97ac8e8b32b74f415cb9 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 19 Dec 2018 15:00:40 -0200 Subject: Bugfix --- npc/018-2-2/main.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc/018-2-2/main.txt') 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. And keep same number or CRASH -- cgit v1.2.3-60-g2f50