Merge pull request #10495 from Citadel-Station-13/kevinz000-patch-12

allow guests to use looc
This commit is contained in:
Ghom
2020-01-11 15:09:37 +01:00
committed by GitHub

View File

@@ -10,9 +10,7 @@ GLOBAL_VAR_INIT(normal_looc_colour, "#6699CC")
to_chat(usr, "<span class='danger'> Speech is currently admin-disabled.</span>")
return
if(!mob) return
if(IsGuestKey(key))
to_chat(src, "Guests may not use OOC.")
if(!mob)
return
msg = copytext(sanitize(msg), 1, MAX_MESSAGE_LEN)