Skip to content

Commit

Permalink
Entity clean up: Small changes that missed the last commit related to…
Browse files Browse the repository at this point in the history
… the addition of the Entity and mine bomb animations.
  • Loading branch information
rbluer committed Jul 5, 2024
1 parent 1fae283 commit 15caca6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/changelog_v3.3.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ These change logs represent the work that has been going on within prison.
# 3.3.0-alpha.18b 2024-07-05


* **Entity clean up: Small changes that missed the last commit related to the addition of the Entity and mine bomb animations.**


* **Prison API: I noticed that an API class had an PrisonItemStack qualifying the class?**]
I have no idea what happened here, or why it even was added. All I can think of is that it was a stray paste or something.
This was removed.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class SpigotItemStack
// private NBTItem nbtBukkitStack;
// private boolean nbtChecked = false;
// private org.bukkit.inventory.ItemStack bukkitStack;
private org.bukkit.inventory.ItemStack deserialize;
// private org.bukkit.inventory.ItemStack deserialize;

public SpigotItemStack( org.bukkit.inventory.ItemStack bukkitStack )
throws PrisonItemStackNotSupportedRuntimeException {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
import tech.mcprison.prison.spigot.SpigotUtil;
import tech.mcprison.prison.spigot.block.SpigotBlock;
import tech.mcprison.prison.spigot.compat.SpigotCompatibility;
import tech.mcprison.prison.spigot.game.entity.SpigotEntity;
import tech.mcprison.prison.spigot.inventory.SpigotPlayerInventory;
import tech.mcprison.prison.spigot.scoreboard.SpigotScoreboard;
import tech.mcprison.prison.spigot.sellall.SellAllUtil;
Expand Down

0 comments on commit 15caca6

Please sign in to comment.