Not sure how this number got reduced. Oops.

This commit is contained in:
Brett Smith 2012-06-19 17:48:08 -06:00
parent abce159336
commit e75c818a2a

View File

@ -1198,7 +1198,7 @@ local function routedCommandCallback( ply, commandName, argv )
ply.ulib_threat_level = 1
ply.ulib_threat_time = curtime + 3
ply.ulib_threat_warned = nil
elseif ply.ulib_threat_level >= 30 then
elseif ply.ulib_threat_level >= 100 then
if not ply.ulib_threat_warned then
ULib.tsay( ply, "You are running too many commands too quickly, please wait before executing more" )
ply.ulib_threat_warned = true