fix for muting deadme as well.

This commit is contained in:
DJSnapshot
2014-01-21 21:48:05 -05:00
committed by ZomgPonies
parent 73e66bde07
commit 0f5f78fcc9
+6
View File
@@ -57,6 +57,12 @@
src << "\red You have deadchat muted."
return
if(!src.client.holder)
if(!dsay_allowed)
src << "\red Deadchat is globally muted"
return
var/input
if(!message)
input = copytext(sanitize(input(src, "Choose an emote to display.") as text|null), 1, MAX_MESSAGE_LEN)