diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-19 15:00:40 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-19 15:00:40 -0200 |
commit | ed47edbd36762676500b97ac8e8b32b74f415cb9 (patch) | |
tree | 92e6aac71e53b6d04029c980907d1b7c5750c822 /npc/018-2-2/main.txt | |
parent | 0d858d3c0cb09ef409c47a79d68692cf8e659dfc (diff) | |
download | serverdata-ed47edbd36762676500b97ac8e8b32b74f415cb9.tar.gz serverdata-ed47edbd36762676500b97ac8e8b32b74f415cb9.tar.bz2 serverdata-ed47edbd36762676500b97ac8e8b32b74f415cb9.tar.xz serverdata-ed47edbd36762676500b97ac8e8b32b74f415cb9.zip |
Bugfix
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 |