Skip to content

Commit 7573433

Browse files
committed
BV and MP adaptation to MM changes
1 parent f675074 commit 7573433

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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)