Add missing spaces back (#12508)

This commit is contained in:
Owen 2025-05-02 01:39:46 -04:00 committed by GitHub
parent b9b3cd652e
commit ec421715ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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()))