Skip to content

Commit

Permalink
remove junk code
Browse files Browse the repository at this point in the history
  • Loading branch information
kuronekochomusuke committed Nov 4, 2023
1 parent 7ff34de commit a47f0b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion megamek/src/megamek/server/GameManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -9665,7 +9665,6 @@ public int processTeleguidedMissileCFR(int playerId, List<Integer> targetIds,
// Make sure we got the right type of response
if (!cfrType.isCFRTeleguidedTarget()) {
LogManager.getLogger().error("Expected a CFR_TELEGUIDED_TARGET CFR packet, received: " + cfrType);
LogManager.getLogger().error("Exped2cted a CFR_TELEGUIDED_TARGET CFR packet, received: " + cfrType);
continue;
}
// Check packet came from right ID
Expand Down

0 comments on commit a47f0b7

Please sign in to comment.