Skip to content

Commit

Permalink
fix(bukkit): floating head (don't ask questions)
Browse files Browse the repository at this point in the history
  • Loading branch information
Syrent committed Jun 4, 2024
1 parent bc62a2d commit 3e6ba03
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ open class BukkitUser(
fun showUser(target: Player) {
player()?.let { player ->
target.showPlayer(plugin, player)
NMSUtils.sendPacket(target, PacketUtils.getAddEntityPacket(NMSUtils.getServerPlayer(player)))
}
}

Expand Down

0 comments on commit 3e6ba03

Please sign in to comment.