diff options
author | Reid <reidyaro@gmail.com> | 2016-02-23 01:32:30 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2016-02-23 01:32:30 +0100 |
commit | 7a78257a127e8f1aeffd7c272f13f6916e3f3af7 (patch) | |
tree | 83527e4aaaadcee0abb38bb30bde6ab2c23227b4 | |
parent | 6e2d1533c05f37e67e9b46d206970701532eb971 (diff) | |
download | serverdata-7a78257a127e8f1aeffd7c272f13f6916e3f3af7.tar.gz serverdata-7a78257a127e8f1aeffd7c272f13f6916e3f3af7.tar.bz2 serverdata-7a78257a127e8f1aeffd7c272f13f6916e3f3af7.tar.xz serverdata-7a78257a127e8f1aeffd7c272f13f6916e3f3af7.zip |
Remove debugmes from juscare script.
-rw-r--r-- | npc/001-1/juscare.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/npc/001-1/juscare.txt b/npc/001-1/juscare.txt index 194f92a0..0afaa8ef 100644 --- a/npc/001-1/juscare.txt +++ b/npc/001-1/juscare.txt @@ -23,8 +23,6 @@ } function randomTalk { - debugmes "Juscare lock value : " + Repeat_NPC_lock + " current time " + gettimetick(2); - if (Repeat_NPC_lock <= gettimetick(2)) { Repeat_NPC_lock = gettimetick(2) + 2; |