updated char replacer to have spaces in placeholder parameters

This commit is contained in:
Sxtanna 2020-07-28 15:18:15 -04:00
parent a6ab3a2a03
commit 74bd22eb0c
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ public final class CharsReplacer implements Replacer
{
final char p = chars[i];
if (p == ' ')
if (p == ' ' && !identified)
{
break;
}