Skip to content

Commit

Permalink
- Fix all the weirdness around world entity key loading, courtesy of
Browse files Browse the repository at this point in the history
Warrior with PR #6901.
  - Speed up calculating bonus block costs, courtesy of Warrior with
PR #6919.
  - Add spigot fallback to sign open event, courtesy of Warrior with
PR #6920.
  • Loading branch information
LlmDl committed Aug 10, 2023
1 parent ec281a9 commit 3ddf57e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
import com.palmergames.bukkit.towny.object.Translatable;

import java.io.File;
import java.util.function.Function;

import org.bukkit.Location;
import org.bukkit.entity.Player;

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 @@ -8962,4 +8962,7 @@ v0.92.0.11:
0.99.5.11:
- Fix a town being able to be reclaimed a second time if the first Confirmation hadn't timed out.
- Add placing items onto Campfires cause a Build test.
- Closes #6894.
- Closes #6894.
- Fix all the weirdness around world entity key loading, courtesy of Warrior with PR #6901.
- Speed up calculating bonus block costs, courtesy of Warrior with PR #6919.
- Add spigot fallback to sign open event, courtesy of Warrior with PR #6920.

0 comments on commit 3ddf57e

Please sign in to comment.