[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:
CHOMPStation2StaffMirrorBot
2026-05-01 04:11:20 -07:00
committed by GitHub
parent 6fc9ccaaea
commit 4e321eca3f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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