Added pipe in chat message spacer
This commit is contained in:
@@ -29,10 +29,10 @@ public class DebugCommand extends Command {
|
||||
new ChatMessage(Icon.STAR)
|
||||
.appendTranslated("score#result")
|
||||
.newLine()
|
||||
.appendStatic("Test")
|
||||
.appendStatic("Test")
|
||||
.indent()
|
||||
.list(testplayers)
|
||||
.numberedList(testplayers)
|
||||
.undent()
|
||||
.newLine()
|
||||
.appendTranslated("score#thanks")
|
||||
.send(sender);
|
||||
});
|
||||
|
Reference in New Issue
Block a user