Skip to content

Commit

Permalink
- Fix nation tax message using inputted amount instead of what the
Browse files Browse the repository at this point in the history
taxes were actually set to, courtesy of partydev with PR #5974.
(First-Time Contributor!)
  • Loading branch information
LlmDl committed Jun 16, 2022
1 parent 725a925 commit 0f767d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.palmergames.bukkit.towny</groupId>
<artifactId>towny</artifactId>
<packaging>jar</packaging>
<version>0.98.2.4</version>
<version>0.98.2.5</version>

<licenses>
<license>
Expand Down
4 changes: 3 additions & 1 deletion resources/ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7523,4 +7523,6 @@ v0.92.0.11:
- This uses the wildernessmobs world setting when in the Towny wilderness.
- This might be a temporary setting until there is an API for sculk spread.
- API: Add TownyAPI#areMobsEnabled(Location)
- Returns true if Towny would let a mob exist at the location.
- Returns true if Towny would let a mob exist at the location.
0.98.2.5:
- Fix nation tax message using inputted amount instead of what the taxes were actually set to, courtesy of partydev with PR #5974. (First-Time Contributor!)

0 comments on commit 0f767d5

Please sign in to comment.