Skip to content

Commit

Permalink
- Fix failure on startup due to debug messaging, courtesy of Warrior
Browse files Browse the repository at this point in the history
with PR #7455.
    - Closes #7452.
  • Loading branch information
LlmDl committed Jun 9, 2024
1 parent ed46b65 commit 5f71c40
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Towny/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<artifactId>towny</artifactId>
<packaging>jar</packaging>
<version>0.100.2.14</version>
<version>0.100.2.15</version>

<licenses>
<license>
Expand Down
5 changes: 4 additions & 1 deletion Towny/src/main/resources/ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9815,4 +9815,7 @@ v0.92.0.11:
- Remove more potential NotRegisteredExceptions.
- Support partial reference files, courtesy of Warrior with PR #7428.
- Reference language files will only be re-written when Towny's version is also changing.
- This will allow Towny's reference files to eventually leave a smaller footprint on the Towny.jar filesize.
- This will allow Towny's reference files to eventually leave a smaller footprint on the Towny.jar filesize.
0.100.2.15:
- Fix failure on startup due to debug messaging, courtesy of Warrior with PR #7455.
- Closes #7452.

0 comments on commit 5f71c40

Please sign in to comment.