This commit is contained in:
QuoteFox
2021-04-17 14:28:27 +01:00
parent 7804208a21
commit 37f90be2e9
-3
View File
@@ -20,9 +20,6 @@ GLOBAL_VAR_INIT(normal_looc_colour, "#6699CC")
if(!msg)
return
if(!(prefs.toggles & CHAT_OOC))
to_chat(src, "<span class='danger'> You have OOC muted.</span>")
return
if(jobban_isbanned(mob, "OOC"))
to_chat(src, "<span class='danger'>You have been banned from OOC.</span>")
return