summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormeko <mekolat@users.noreply.github.com>2015-05-21 20:41:34 -0400
committermeko <mekolat@users.noreply.github.com>2015-05-21 20:41:34 -0400
commited45923817abaad06829fc1ed8d8e5b67dc8f5d2 (patch)
tree1dc38b5eb9b7805afb221222a715f5fb0cd4b0df
parent3e7c8764379ea25a3fb49ded534115410c539e87 (diff)
downloadserverdata-ed45923817abaad06829fc1ed8d8e5b67dc8f5d2.tar.gz
serverdata-ed45923817abaad06829fc1ed8d8e5b67dc8f5d2.tar.bz2
serverdata-ed45923817abaad06829fc1ed8d8e5b67dc8f5d2.tar.xz
serverdata-ed45923817abaad06829fc1ed8d8e5b67dc8f5d2.zip
add npc name to humantime debugmes
-rw-r--r--world/map/npc/functions/time.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/functions/time.txt b/world/map/npc/functions/time.txt
index bd80a1b1..e1daf974 100644
--- a/world/map/npc/functions/time.txt
+++ b/world/map/npc/functions/time.txt
@@ -92,7 +92,7 @@ function|script|HumanTime
goto L_Clean;
L_TooShort:
- debugmes "HumanTime: negative value: "+@ms;
+ debugmes "HumanTime: negative value: "+@ms+" @ "+ strnpcinfo(0);
mapexit;
L_Millis: