This commit is contained in:
CanardConfit 2020-04-13 19:12:11 +02:00
parent 6205bbca9f
commit 319940d9b3
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ public class MiscUtil {
for (char c : str.toCharArray()) {
if (!substanceChars.contains(String.valueOf(c))) {
errors.add(FactionsPlugin.getInstance().txt.parse(TL.GENERIC_FACTIONTAG_ALPHANUMERIC.toString(), c));
break;
}
}