Skip to content

Commit

Permalink
Remove note to self
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleet01 committed Jul 24, 2024
1 parent 7995189 commit d101f3c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions megamek/src/megamek/client/bot/princess/FireControl.java
Original file line number Diff line number Diff line change
Expand Up @@ -1933,10 +1933,7 @@ private FiringPlan getDiveBombPlan(final Entity shooter,
guess,
bombPayloads);
diveBombPlan.add(diveBomb);
// Hack to prevent adding more than one dive bomb action to the plan
// TODO: find out why too many actions are getting added
// Having more than one DiveBomb in the plan invalidates the whole plane
// (see WeaponAttackAction.java:2033
//To prevent adding more than one dive bomb action to the plan
break;
}
}
Expand Down

0 comments on commit d101f3c

Please sign in to comment.