mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-10-28 17:41:58 +01: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