Skip to content

Commit b461458

Browse files
authored
Merge pull request MegaMek#3692 from SJuliez/BV_Adap
BV and MP adaptation to MM changes
2 parents f675074 + 7573433 commit b461458

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: MekHQ/src/mekhq/gui/MekLabTab.java

+1-4
Original file line numberDiff line numberDiff line change
@@ -298,10 +298,7 @@ public void refreshRefitSummary() {
298298
testEntity.correctEntity(sb);
299299

300300
int walk = entity.getOriginalWalkMP();
301-
int run = entity.getRunMP();
302-
if (entity instanceof Mech) {
303-
run = ((Mech) entity).getOriginalRunMPwithoutMASC();
304-
}
301+
int run = entity.getRunMP(MPCalculationSetting.NO_MASC);
305302
int jump = entity.getOriginalJumpMP();
306303
int heat = entity.getHeatCapacity();
307304

0 commit comments

Comments
 (0)