0

Added missing ";"

This commit is contained in:
Pepich 2017-02-01 17:54:13 +01:00
parent bd92139591
commit 63a7ae90f5

View File

@ -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" +