From dfce4ea75fc0eae6575b0ea7b5283e95047fe1ec Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Thu, 9 Jan 2020 09:30:49 -0800 Subject: [PATCH] Update looc.dm --- code/modules/client/verbs/looc.dm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/code/modules/client/verbs/looc.dm b/code/modules/client/verbs/looc.dm index b371372dfe..38cfd84b9c 100644 --- a/code/modules/client/verbs/looc.dm +++ b/code/modules/client/verbs/looc.dm @@ -10,9 +10,7 @@ GLOBAL_VAR_INIT(normal_looc_colour, "#6699CC") to_chat(usr, " Speech is currently admin-disabled.") 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)