destroying hologram doesn't update for nearby players
rudde0 opened this issue ยท 3 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
I'm using skript-holo for HolographicDisplays hook. When I deleted a hologram it would delete from nearby players, as expected. It was working fine until Experimental and potentially unstable: async packet sending patch. Now, players need to relog to stop seeing the old holograms.
How to reproduce
- Create a hologram with com.gmail.filoghost.holographicdisplays.api.HologramsAPI's createHologram method.
- Delete a hologram with com.gmail.filoghost.holographicdisplays.api.Hologram's static delete method.
The hologram will be remain for viewers.
Server version
git-Purpur-2143 (MC: 1.20.4)*
Holographic Displays version
HolographicDisplays version 3.0.5-SNAPSHOT-b266
Installed plugins that allow players to join with multiple Minecraft versions
ViaVersion, ViaBackwards
Additional information
I tested this only with 1.20.4 server & client.