This commit is contained in:
Gandalf
2021-05-19 19:18:47 +01:00
parent b7622bdd70
commit 89d747cd4b
2 changed files with 6 additions and 6 deletions
-6
View File
@@ -11,12 +11,6 @@
to_chat(src, "<span class='danger'>You cannot send DSAY messages (muted).</span>", confidential = TRUE)
return
//SKYRAT EDIT ADDITION
if(!GLOB.dchat_allowed && !check_rights(R_ADMIN, FALSE))
to_chat(src, "<span class='danger'>Dead chat is currently muted.</span>")
return
//SKYRAT EDIT END
if (handle_spam_prevention(msg,MUTE_DEADCHAT))
return