Adds a missing !

This commit is contained in:
Yoshax
2016-03-29 23:55:27 +01:00
parent f0813162d8
commit c1e69fd8a3

View File

@@ -54,7 +54,7 @@
src << "<span class='danger'>Deadchat is globally muted.</span>" src << "<span class='danger'>Deadchat is globally muted.</span>"
return return
if(is_preference_enabled(/datum/client_preference/show_dsay)) if(!is_preference_enabled(/datum/client_preference/show_dsay))
usr << "<span class='danger'>You have deadchat muted.</span>" usr << "<span class='danger'>You have deadchat muted.</span>"
return return