Merge pull request #16648 from AffectedArc07/mutes-glob

Moves mutes to a GLOB
This commit is contained in:
Fox McCloud
2021-09-08 09:01:13 -04:00
committed by GitHub
20 changed files with 68 additions and 37 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
log_ghostemote(message, src)
if(src.client)
if(src.client.prefs.muted & MUTE_DEADCHAT)
if(check_mute(client.ckey, MUTE_DEADCHAT))
to_chat(src, "<span class='warning'>You cannot emote in deadchat (muted).</span>")
return