mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-02-05 15:55:28 +01:00
Fix missing line break in expansion list command.
This commit is contained in:
parent
623fd68ccc
commit
ffe7680795
@ -143,7 +143,8 @@ public final class CommandECloudExpansionList extends PlaceholderCommand
|
||||
int index = ((page - 1) * PAGE_SIZE) + 1;
|
||||
for (final CloudExpansion expansion : values)
|
||||
{
|
||||
builder.append("&8")
|
||||
builder.append("\n")
|
||||
.append("&8")
|
||||
.append(index++)
|
||||
.append(". ")
|
||||
.append((expansion.shouldUpdate() ? "&6" : expansion.hasExpansion() ? "&a" : "&7"))
|
||||
|
Loading…
Reference in New Issue
Block a user