Holograms not getting removed while player is dead
Nishh opened this issue ยท 1 comments
Confirmation
- I have read the FAQ.
- I have tested the latest development build of Holographic Displays and the bug is still present.
- I have updated Spigot to the latest release for my particular Minecraft version.
- I made sure the bug hasn't already been reported on the issue tracker.
Description
Removing holograms in the same tick with a player death causes holograms to be still visible for that player. (not removing holograms client side)
How to reproduce
- create a lot of holograms
- delete some of them every tick randomly
- kill yourself
- some of the removed holograms still visible
Server version
1.18.2-R0.1-SNAPSHOT (387)
Holographic Displays version
Holographic Displays v3.0.0
Installed plugins that allow players to join with multiple Minecraft versions
No response
Additional information
Tested with only 3 plugins; ProtocolLib, HolographicDisplays and my test plugin.
It seems HolographicDisplays does not send a remove packet if player is dead. (or died in last 1-2 ticks?)
Note: I have doImmediateRespawn true
Thanks for reporting and reproducing it, fixed in 2fa71ad