Skip to content

Commit

Permalink
Update BuildingBlock.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Scoppio authored Nov 17, 2024
1 parent 5790f31 commit 8d3dc69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion megamek/src/megamek/common/util/BuildingBlock.java
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ public boolean writeBlockComment(String theComment) {
/**
* Writes the buildingBlock data to a file.
*
* @param file File to write. Overwrites existing files.
* @param fileName the full namepath of the file to write. Overwrites existing files.
* @return true on success.
*/
public boolean writeBlockFile(String fileName) {
Expand Down

0 comments on commit 8d3dc69

Please sign in to comment.