mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-09-05 17:07:06 +02:00
trim whitespaces
This commit is contained in:
@@ -168,7 +168,7 @@ public final class CharsReplacer implements Replacer {
|
||||
builder.append(ChatColor.translateAlternateColorCodes('&', replacement));
|
||||
}
|
||||
|
||||
return builder.toString();
|
||||
return builder.toString().trim();
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user