Skip to content

Commit 4df80c2

Browse files
authored
Merge pull request MegaMek#3704 from Windchild292/dev_Windchild_MM4510
MM PR 4510: Weapon Specialist: Fix Option Display Format
2 parents 2392176 + 414eccf commit 4df80c2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: MekHQ/src/mekhq/Utilities.java

-3
Original file line numberDiff line numberDiff line change
@@ -816,9 +816,6 @@ public static int getAgeByExpLevel(int expLevel, boolean clan) {
816816
public static String getOptionDisplayName(IOption option) {
817817
String name = option.getDisplayableNameWithValue();
818818
name = name.replaceAll("\\(.+?\\)", "");
819-
if (option.getType() == IOption.CHOICE) {
820-
name += " - " + option.getValue();
821-
}
822819
return name;
823820
}
824821

0 commit comments

Comments
 (0)