Skip to content

Commit

Permalink
fix: removed a duplicated function
Browse files Browse the repository at this point in the history
  • Loading branch information
Scoppio committed Nov 17, 2024
1 parent 8d3dc69 commit bde5534
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions megamek/src/megamek/common/loaders/BLKFile.java
Original file line number Diff line number Diff line change
Expand Up @@ -1180,11 +1180,6 @@ public static void encode(File file, Entity t) throws EntitySavingException {
blk.writeBlockFile(file);
}

public static void encode(File file, Entity t) throws EntitySavingException {
BuildingBlock blk = BLKFile.getBlock(t);
blk.writeBlockFile(file);
}

protected void addTransports(Entity e) throws EntityLoadingException {
if (dataFile.containsData("transporters")) {
String[] transporters = dataFile.getDataAsString("transporters");
Expand Down

0 comments on commit bde5534

Please sign in to comment.