diff options
author | meko <mekolat@users.noreply.github.com> | 2015-05-21 20:41:34 -0400 |
---|---|---|
committer | meko <mekolat@users.noreply.github.com> | 2015-05-21 20:41:34 -0400 |
commit | ed45923817abaad06829fc1ed8d8e5b67dc8f5d2 (patch) | |
tree | 1dc38b5eb9b7805afb221222a715f5fb0cd4b0df /world/map/npc/functions/time.txt | |
parent | 3e7c8764379ea25a3fb49ded534115410c539e87 (diff) | |
download | serverdata-ed45923817abaad06829fc1ed8d8e5b67dc8f5d2.tar.gz serverdata-ed45923817abaad06829fc1ed8d8e5b67dc8f5d2.tar.bz2 serverdata-ed45923817abaad06829fc1ed8d8e5b67dc8f5d2.tar.xz serverdata-ed45923817abaad06829fc1ed8d8e5b67dc8f5d2.zip |
add npc name to humantime debugmes
Diffstat (limited to 'world/map/npc/functions/time.txt')
-rw-r--r-- | world/map/npc/functions/time.txt | 2 |
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: |