diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/custom/warper.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/custom/warper.txt b/npc/custom/warper.txt index e8f640d2d..68a9cb1af 100644 --- a/npc/custom/warper.txt +++ b/npc/custom/warper.txt @@ -88,7 +88,7 @@ function Pick { } if (.@warp_block & (1<<.@select)) { message strcharinfo(0),"This map is not enabled in "+((checkre(0))?"":"Pre-")+"Renewal."; - end; + close; } warp .@map$,@c[.@i*2],@c[.@i*2+1]; getmapxy(lastwarp$,lastwarpx,lastwarpy,0); @@ -103,7 +103,7 @@ function Restrict { set @warp_block, @warp_block | (1<<getarg(.@i)); } else { message strcharinfo(0),"This map is not enabled in "+((checkre(0))?"":"Pre-")+"Renewal."; - end; + close; } } return; |