Skip to content

Commit

Permalink
Merge pull request #1700 from pavelbraginskiy/fix/1699
Browse files Browse the repository at this point in the history
Fix "Reset crits" on DropShip/SmallCraft not working
  • Loading branch information
Sleet01 authored Jan 24, 2025
2 parents ce42bfb + 19175e9 commit 4214712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion megameklab/src/megameklab/ui/util/ITab.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public VTOL getVTOL() {
}

public Aero getAero() {
return (AeroSpaceFighter) eSource.getEntity();
return (Aero) eSource.getEntity();
}

public SmallCraft getSmallCraft() {
Expand Down

0 comments on commit 4214712

Please sign in to comment.