mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 13:39:16 +01:00
missingg param (#19432)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Cameron Lennox
parent
5f9ab85986
commit
e05a6e354c
@@ -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