summaryrefslogtreecommitdiff
path: root/npc/commands/warp.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/commands/warp.txt')
-rw-r--r--npc/commands/warp.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/commands/warp.txt b/npc/commands/warp.txt
index f8e25bc0..b4354d51 100644
--- a/npc/commands/warp.txt
+++ b/npc/commands/warp.txt
@@ -227,5 +227,11 @@ OnCall:
end;
OnInit:
+ if (debug > 0)
+ {
+ bindatcmd "w", "@w::OnCall", 0, 2, 0;
+ end;
+ }
+
bindatcmd "w", "@w::OnCall", 1, 2, 1;
}