mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-09-05 17:07:06 +02:00
Remove space before placeholders start
This commit is contained in:
@@ -71,7 +71,7 @@ public final class CommandECloudExpansionPlaceholders extends PlaceholderCommand
|
|||||||
|
|
||||||
Msg.msg(sender,
|
Msg.msg(sender,
|
||||||
"&6" + placeholders.size() + "&7 placeholders: &a",
|
"&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")));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user