mirror of
https://github.com/evilew/GS13-Citadel.git
synced 2026-08-27 15:18:17 +01:00
src.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
if(!(prefs.toggles & CHAT_OOC))
|
||||
to_chat(src, "<span class='danger'> You have OOC muted.</span>")
|
||||
return
|
||||
if(jobban_isbanned(src.mob, "OOC"))
|
||||
if(jobban_isbanned(mob, "OOC"))
|
||||
to_chat(src, "<span class='danger'>You have been banned from OOC.</span>")
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user