Murder some old disabled admin verbs

This commit is contained in:
ShadowLarkens
2024-10-23 05:48:57 -07:00
parent ec18de7d79
commit 2bb91dcf59
12 changed files with 2 additions and 126 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ var/list/overminds = list()
if(client)
if(message)
client.handle_spam_prevention(MUTE_IC)
if((client.prefs.muted & MUTE_IC) || say_disabled)
if((client.prefs.muted & MUTE_IC))
to_chat(src, span_warning("You cannot speak in IC (Muted)."))
return