mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-11 10:22:13 +00:00
Fixes #14341
This commit is contained in:
@@ -13,7 +13,7 @@ GLOBAL_VAR_INIT(normal_aooc_colour, "#ce254f")
|
|||||||
if(!mob)
|
if(!mob)
|
||||||
return
|
return
|
||||||
|
|
||||||
if(!(prefs.toggles & CHAT_OOC))
|
if(!(prefs.chat_toggles & CHAT_OOC))
|
||||||
to_chat(src, "<span class='danger'> You have OOC muted.</span>")
|
to_chat(src, "<span class='danger'> You have OOC muted.</span>")
|
||||||
return
|
return
|
||||||
if(jobban_isbanned(mob, "OOC"))
|
if(jobban_isbanned(mob, "OOC"))
|
||||||
|
|||||||
Reference in New Issue
Block a user