From b28677414eadbbe51516afe3f033d5d2a70b2d94 Mon Sep 17 00:00:00 2001 From: LetterJay Date: Tue, 20 Jun 2017 01:47:52 -0500 Subject: [PATCH] Update looc.dm --- code/modules/client/verbs/looc.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/client/verbs/looc.dm b/code/modules/client/verbs/looc.dm index 312f68acdc..42c20a2dc6 100644 --- a/code/modules/client/verbs/looc.dm +++ b/code/modules/client/verbs/looc.dm @@ -17,7 +17,7 @@ return if(!(prefs.toggles & CHAT_OOC)) - src << " You have OOC muted." + src << " You have OOC muted." return if(!holder)