mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2024-11-09 22:21:49 +01:00
Remove space before placeholders start
This commit is contained in:
parent
e43b7bf205
commit
9d43b743a2
@ -71,7 +71,7 @@ public final class CommandECloudExpansionPlaceholders extends PlaceholderCommand
|
||||
|
||||
Msg.msg(sender,
|
||||
"&6" + placeholders.size() + "&7 placeholders: &a",
|
||||
partitions.stream().map(partition -> " " + String.join(", ", partition)).collect(Collectors.joining("\n")));
|
||||
partitions.stream().map(partition -> String.join(", ", partition)).collect(Collectors.joining("\n")));
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user