mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-21 21:23:58 +01:00
[MIRROR] missingg param (#12723)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
committed by
GitHub
parent
6fc9ccaaea
commit
4e321eca3f
@@ -7,7 +7,7 @@
|
||||
if(world.time - last_message_time < spam_delay)
|
||||
spam_alert++
|
||||
if(spam_alert > 5)
|
||||
cmd_admin_mute(src.mob, mute_type, 1)
|
||||
cmd_admin_mute(src.mob, mute_type, TRUE)
|
||||
else
|
||||
spam_alert = max(0, spam_alert--)
|
||||
last_message_time = world.time
|
||||
|
||||
Reference in New Issue
Block a user