Hotfix for SStimer lag

SStimer can now check dupes
Also fix ghosts not being inquisitive with objects...
This commit is contained in:
Bjorn Neergaard
2015-12-02 21:23:45 -05:00
parent 864caa9d62
commit 6ec257c360
5 changed files with 16 additions and 5 deletions
+1 -1
View File
@@ -87,7 +87,7 @@
//remove our adminhelp verb temporarily to prevent spamming of admins.
src.verbs -= /client/verb/adminhelp
adminhelptimerid = addtimer(src,"giveadminhelpverb",1200) //2 minute cooldown of admin helps
adminhelptimerid = addtimer(src, "giveadminhelpverb", 1200, FALSE) //2 minute cooldown of admin helps
msg = keywords_lookup(msg)