mirror of
https://github.com/PaperMC/Paper.git
synced 2025-05-19 13:40:24 -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("--------- ", 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()))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user