mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2024-11-18 00:46:55 +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];
|
||||
|
||||
if (p == ' ')
|
||||
if (p == ' ' && !identified)
|
||||
{
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user