Corrects error in a span ckass

This commit is contained in:
Yoshax
2016-03-28 15:59:26 +01:00
parent d0d3d3cb16
commit db1a5021bc

View File

@@ -8,11 +8,11 @@
if(!src.mob)
return
if(prefs.muted & MUTE_DEADCHAT)
src << "<spcan class='warning'>You cannot send DSAY messages (muted).</span>"
src << "<span class='warning'>You cannot send DSAY messages (muted).</span>"
return
if(!is_preference_enabled(/datum/client_preference/show_dsay))
src << "<spcan class='warning'>You have deadchat muted.</span>"
src << "<span class='warning'>You have deadchat muted.</span>"
return
if (src.handle_spam_prevention(msg,MUTE_DEADCHAT))