summaryrefslogtreecommitdiff
path: root/npc/functions/warp.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/warp.txt')
-rw-r--r--npc/functions/warp.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/warp.txt b/npc/functions/warp.txt
index df7b76b0..46c390ad 100644
--- a/npc/functions/warp.txt
+++ b/npc/functions/warp.txt
@@ -38,7 +38,7 @@ function script slide_or_warp {
if (!isloggedin(.@aid)) {
if ((.@aid = playerattached()) == 0) {
- debugmes("slide_or_warp: no player attached!");
+ consolemes(CONSOLEMES_DEBUG, "slide_or_warp: no player attached!");
return false;
}
}