mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Adds a missing !
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user