[TDM] various text fixes

This commit is contained in:
theelk801 2025-04-28 11:08:42 -04:00
parent caa4e432ea
commit 0b5144d0d2
28 changed files with 106 additions and 98 deletions

View file

@ -628,7 +628,7 @@ public class Modes extends LinkedHashMap<UUID, Mode> implements Copyable<Modes>
}
sb.append(" &mdash; ");
} else {
sb.append("&bull ");
sb.append("&bull ");
}
sb.append(mode.getEffects().getTextStartingUpperCase(mode));
sb.append("<br>");