Skip to content

Commit

Permalink
Merge pull request #4705 from Saklad5/factions-fix
Browse files Browse the repository at this point in the history
Remove unnecessary faction era modifier warning
  • Loading branch information
IllianiCBT authored Aug 27, 2024
2 parents d60443f + c781932 commit fc36455
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions MekHQ/src/mekhq/campaign/universe/Faction.java
Original file line number Diff line number Diff line change
Expand Up @@ -372,10 +372,6 @@ public static Faction getFactionFromXML(Node wn) throws DOMException {
}
}

if ((retVal.eraMods != null) && (retVal.eraMods.length < 9)) {
LogManager.getLogger().warn("{} faction did not have a long enough eraMods vector", retVal.fullName);
}

return retVal;
}

Expand Down

0 comments on commit fc36455

Please sign in to comment.