Skip to content

Commit

Permalink
- Adds ability to suppress error messages sent by TownyActionEvents,
Browse files Browse the repository at this point in the history
courtesy of PestoNotPasta with PR #5925.
  • Loading branch information
LlmDl committed May 24, 2022
1 parent a3a2813 commit a85f688
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.1.13</version>
<version>0.98.1.14</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 @@ -7477,4 +7477,6 @@ v0.92.0.11:
- Add player name to /t claim withdraw reason, courtesy of Warriorrrr with PR #5922.
- Make the mob removal task partially async, courtesy of Warriorrrr with PR #5918.
- Add AccountAuditor#getTransactions, courtesy of Warriorrrr with PR #5914.
- Handle different Objects which aren't CommandSenders in the main sendErrorMsg method.
- Handle different Objects which aren't CommandSenders in the main sendErrorMsg method.
0.98.1.14:
- Adds ability to suppress error messages sent by TownyActionEvents, courtesy of PestoNotPasta with PR #5925.

0 comments on commit a85f688

Please sign in to comment.