From 63a7ae90f500abb2ac319c477ecc40515d66092f Mon Sep 17 00:00:00 2001 From: Pepich Date: Wed, 1 Feb 2017 17:54:13 +0100 Subject: [PATCH] Added missing ";" --- src/com/redstoner/modules/chatgroups/Chatgroups.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/com/redstoner/modules/chatgroups/Chatgroups.java b/src/com/redstoner/modules/chatgroups/Chatgroups.java index 05482b3..4118adf 100644 --- a/src/com/redstoner/modules/chatgroups/Chatgroups.java +++ b/src/com/redstoner/modules/chatgroups/Chatgroups.java @@ -85,8 +85,8 @@ public class Chatgroups implements Module, Listener "}\n" + "command cgsay {\n" + " [string:message...] {\n" + - " help Chats in your chatgroup.\n"+ - " run cgsay message\n" + + " help Chats in your chatgroup.;\n"+ + " run cgsay message;\n" + " }\n" + "}\n" + "command cg {\n" +