diff options
Diffstat (limited to 'npc/018-2-2/main.txt')
-rw-r--r-- | npc/018-2-2/main.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/018-2-2/main.txt b/npc/018-2-2/main.txt index 2aab62ec2..cfa69dc8b 100644 --- a/npc/018-2-2/main.txt +++ b/npc/018-2-2/main.txt @@ -85,7 +85,7 @@ OnPlayerCycle: } // Continue the execution - if (getmap() ~= "018-2-*") + if (compare(getmap(), "018-2-")) addtimer(500, "#HH_CONTROLLER01::OnPlayerCycle"); end; |