Added missing ";"
This commit is contained in:
parent
bd92139591
commit
63a7ae90f5
@ -85,8 +85,8 @@ public class Chatgroups implements Module, Listener
|
|||||||
"}\n" +
|
"}\n" +
|
||||||
"command cgsay {\n" +
|
"command cgsay {\n" +
|
||||||
" [string:message...] {\n" +
|
" [string:message...] {\n" +
|
||||||
" help Chats in your chatgroup.\n"+
|
" help Chats in your chatgroup.;\n"+
|
||||||
" run cgsay message\n" +
|
" run cgsay message;\n" +
|
||||||
" }\n" +
|
" }\n" +
|
||||||
"}\n" +
|
"}\n" +
|
||||||
"command cg {\n" +
|
"command cg {\n" +
|
||||||
|
Reference in New Issue
Block a user