diff options
Diffstat (limited to 'npc/commands')
-rw-r--r-- | npc/commands/warp.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/npc/commands/warp.txt b/npc/commands/warp.txt index d347a42fd..c40aa8bb5 100644 --- a/npc/commands/warp.txt +++ b/npc/commands/warp.txt @@ -89,10 +89,5 @@ OnInit: .count = getarraysize(.aliases$[0]); - if (debug > 0) { - bindatcmd "w", "@w::OnCall", 0, 2, 0; - end; - } - bindatcmd "w", "@w::OnCall", 5, 80, 1; } |