mirror of
https://github.com/PaperMC/Paper.git
synced 2025-05-19 05:30:23 -07:00
Add missing spaces back (#12508)
This commit is contained in:
parent
b9b3cd652e
commit
ec421715ed
@ -91,7 +91,7 @@ public class HelpCommand extends BukkitCommand {
|
||||
.append(Component.text("--------- ", NamedTextColor.YELLOW))
|
||||
.append(Component.text("Help: ", NamedTextColor.WHITE))
|
||||
.append(Component.text(topic.getName()))
|
||||
.append(Component.empty());
|
||||
.append(Component.space());
|
||||
if (page.getTotalPages() > 1) {
|
||||
header.append(Component.text("("))
|
||||
.append(Component.text(page.getPageNumber()))
|
||||
|
Loading…
x
Reference in New Issue
Block a user