mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-02-05 15:55:28 +01:00
updated char replacer to have spaces in placeholder parameters
This commit is contained in:
parent
a6ab3a2a03
commit
74bd22eb0c
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user