Skip to content

Commit

Permalink
remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei1058 committed May 24, 2024
1 parent 90f24f7 commit e1177d6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ public org.bukkit.inventory.ItemStack getItemInHand(@NotNull Player p) {
public void hideEntity(@NotNull Entity e, Player p) {
PacketPlayOutEntityDestroy packet = new PacketPlayOutEntityDestroy(e.getEntityId());
this.sendPacket(p, packet);
p.sendMessage(ChatColor.RED+"Sending hide entity: "+e.getEntityId());
}

@Override
Expand Down

0 comments on commit e1177d6

Please sign in to comment.