missingg param (#19432)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
Kashargul
2026-05-01 06:39:29 -04:00
committed by GitHub
co-authored by Cameron Lennox
parent 5f9ab85986
commit e05a6e354c
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