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
@@ -159,7 +159,7 @@ ADMIN_VERB_AND_CONTEXT_MENU(cmd_admin_godmode, R_HOLDER, "Toggle Godmode", "Togg
admin_ticket_log(target_mob, msg)
feedback_add_details("admin_verb","GOD_ENABLE") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
/proc/cmd_admin_mute(mob/target, mute_type, automute = 0, mob/user)
/proc/cmd_admin_mute(mob/target, mute_type, automute = FALSE, mob/user)
if(automute)
if(!CONFIG_GET(flag/automute_on))
return