mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-09-05 17:07:06 +02:00
Fix missing line break in expansion list command.
This commit is contained in:
@@ -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"))
|
||||
|
Reference in New Issue
Block a user