From bd92139591cc4d246d8dbae1364ae0342ebc0feb Mon Sep 17 00:00:00 2001 From: Pepich Date: Wed, 1 Feb 2017 17:53:16 +0100 Subject: [PATCH] Fixed improperly placed newline --- src/com/redstoner/modules/chatgroups/Chatgroups.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/redstoner/modules/chatgroups/Chatgroups.java b/src/com/redstoner/modules/chatgroups/Chatgroups.java index edf67be..05482b3 100644 --- a/src/com/redstoner/modules/chatgroups/Chatgroups.java +++ b/src/com/redstoner/modules/chatgroups/Chatgroups.java @@ -88,7 +88,7 @@ public class Chatgroups implements Module, Listener " help Chats in your chatgroup.\n"+ " run cgsay message\n" + " }\n" + - "\n}" + + "}\n" + "command cg {\n" + " join [String:group] {\n" + " help Joins a chatgroup.;\n" +