diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-22 02:04:55 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-22 02:04:55 -0300 |
commit | 8afc0eb07450ae6b39e898ad8c51cb4c097967fa (patch) | |
tree | 783af1c3314c73dd57b2f13e86fd60817c2ce3e3 /npc/commands/warp.txt | |
parent | 742a586d6beac4a8da08e2a649610f37a385bf6f (diff) | |
download | serverdata-8afc0eb07450ae6b39e898ad8c51cb4c097967fa.tar.gz serverdata-8afc0eb07450ae6b39e898ad8c51cb4c097967fa.tar.bz2 serverdata-8afc0eb07450ae6b39e898ad8c51cb4c097967fa.tar.xz serverdata-8afc0eb07450ae6b39e898ad8c51cb4c097967fa.zip |
I want to check how powerful or good *slide() is.
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; } |