From 4775f0b9c54a2d40bbaa1784db06e306ec222886 Mon Sep 17 00:00:00 2001 From: LetterJay Date: Tue, 20 Jun 2017 01:27:05 -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 902d309f10..312f68acdc 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)