[SLD] various text fixes

This commit is contained in:
Evan Kranzler 2022-02-18 10:13:15 -05:00
parent 9851ca90df
commit e91c6ad65c
12 changed files with 13 additions and 13 deletions

View file

@ -483,7 +483,7 @@ public class Modes extends LinkedHashMap<UUID, Mode> {
throw new UnsupportedOperationException("no text available for this selection of min and max modes");
}
if (isEachModeOnlyOnce()) {
if (isEachModeOnlyOnce() && this.getMaxModesFilter() == null) {
sb.append(" that hasn't been chosen");
}
if (isResetEachTurn()) {