Skip to content

Commit

Permalink
Mines: Air block counts: Minor change to the completed message to be …
Browse files Browse the repository at this point in the history
…more consistent with the other similar messages.

Changed "-" to "of".
  • Loading branch information
rbluer committed Sep 9, 2024
1 parent d694b0e commit a8f4e01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/changelog_v3.3.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ These change logs represent the work that has been going on within prison.
# 3.3.0-alpha.19 2024-09-09


* **Mines: Air block counts: Minor change to the completed message to be more consistent with the other similar messages.**
Changed "-" to "of".


* **Ranks and Ladders: Minor changes to prevent new ranks and ladders from getting assigned a non -1 id.**
All new ranks and ladders will have an id of -1. All existing ranks and ladders will keep their ids.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ private Mine getNextMine() {
}

String message = String.format(
"MineReset startup air-count: Completed. [%3d - %3d]: " +
"MineReset startup air-count: Completed. [%3d of %3d]: " +
"Mines not processed: %d",
countCurrentMine,
countTotalMines,
Expand Down

0 comments on commit a8f4e01

Please sign in to comment.