Skip to content

Commit

Permalink
- Fix potential comod error during mob removal, courtesy of Warriorrrr
Browse files Browse the repository at this point in the history
with #5930.
    - Closes #5929.
  • Loading branch information
LlmDl committed May 26, 2022
1 parent 74c71f3 commit 9b6cd47
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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.0</version>
<version>0.98.2.1</version>

<licenses>
<license>
Expand Down
5 changes: 4 additions & 1 deletion resources/ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7481,4 +7481,7 @@ v0.92.0.11:
0.98.1.14:
- Adds ability to suppress error messages sent by TownyActionEvents, courtesy of PestoNotPasta with PR #5925.
0.98.2.0:
- Bump version for release.
- Bump version for release.
0.98.2.1:
- Fix potential comod error during mob removal, courtesy of Warriorrrr with #5930.
- Closes #5929.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import org.bukkit.Bukkit;
import org.bukkit.Location;
import org.bukkit.World;
import org.bukkit.entity.EntityType;
import org.bukkit.entity.LivingEntity;
import org.bukkit.entity.Rabbit;

Expand Down

0 comments on commit 9b6cd47

Please sign in to comment.