diff options
Diffstat (limited to 'npc/commands/warp.txt')
-rw-r--r-- | npc/commands/warp.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/npc/commands/warp.txt b/npc/commands/warp.txt index 41a6af197..3989061a9 100644 --- a/npc/commands/warp.txt +++ b/npc/commands/warp.txt @@ -88,8 +88,7 @@ OnInit: .count = getarraysize(.aliases$[0]); - if (debug > 0) - { + if (debug > 0) { bindatcmd "w", "@w::OnCall", 0, 2, 0; end; } |