mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-09-06 05:17:05 +02:00
updated char replacer to have spaces in placeholder parameters
This commit is contained in:
@@ -118,7 +118,7 @@ public final class CharsReplacer implements Replacer
|
|||||||
{
|
{
|
||||||
final char p = chars[i];
|
final char p = chars[i];
|
||||||
|
|
||||||
if (p == ' ')
|
if (p == ' ' && !identified)
|
||||||
{
|
{
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user