Skip to content

Commit

Permalink
- Fix NPE when player without town tab completes /t outpost, courtesy
Browse files Browse the repository at this point in the history
of Warrior with PR TownyAdvanced#7581.
    - Closes TownyAdvanced#7580.
  • Loading branch information
LlmDl committed Aug 31, 2024
1 parent 6f943b2 commit 5546bf8
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.3.13</version>
<version>0.100.3.14</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 @@ -9965,4 +9965,7 @@ v0.92.0.11:
- Fix /ta newday not working.
- Break /t trusttown subcommands into separate methods.
- Add MaterialUtil, which includes a method to grab Materials with an item from Materials with no corresponding item.
- Don't attempt to display non-items in guis, courtesy of Warrior with PR #7576.
- Don't attempt to display non-items in guis, courtesy of Warrior with PR #7576.
0.100.3.14:
- Fix NPE when player without town tab completes /t outpost, courtesy of Warrior with PR #7581.
- Closes #7580.

0 comments on commit 5546bf8

Please sign in to comment.