Add missing spaces back (#12508)
This commit is contained in:
@@ -91,7 +91,7 @@ public class HelpCommand extends BukkitCommand {
|
|||||||
.append(Component.text("--------- ", NamedTextColor.YELLOW))
|
.append(Component.text("--------- ", NamedTextColor.YELLOW))
|
||||||
.append(Component.text("Help: ", NamedTextColor.WHITE))
|
.append(Component.text("Help: ", NamedTextColor.WHITE))
|
||||||
.append(Component.text(topic.getName()))
|
.append(Component.text(topic.getName()))
|
||||||
.append(Component.empty());
|
.append(Component.space());
|
||||||
if (page.getTotalPages() > 1) {
|
if (page.getTotalPages() > 1) {
|
||||||
header.append(Component.text("("))
|
header.append(Component.text("("))
|
||||||
.append(Component.text(page.getPageNumber()))
|
.append(Component.text(page.getPageNumber()))
|
||||||
|
|||||||
Reference in New Issue
Block a user