Merge pull request #14342 from MarinaGryphon/patch-1

Fixes #14341
This commit is contained in:
silicons
2021-03-01 18:31:25 -07:00
committed by GitHub

View File

@@ -13,7 +13,7 @@ GLOBAL_VAR_INIT(normal_aooc_colour, "#ce254f")
if(!mob)
return
if(!(prefs.toggles & CHAT_OOC))
if(!(prefs.chat_toggles & CHAT_OOC))
to_chat(src, "<span class='danger'> You have OOC muted.</span>")
return
if(jobban_isbanned(mob, "OOC"))