Merge pull request #13408 from neersighted/hotfix

Hotfix for SStimer lag
This commit is contained in:
Jordie
2015-12-03 14:34:45 +11:00
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)