fancyholograms-v3: Instantly refresh the hologram when modified for command sender

This commit is contained in:
Oliver
2025-05-17 19:09:15 +02:00
parent 05484d42d5
commit 85b449ab5d

View File

@@ -135,11 +135,8 @@ public final class HologramCMD extends Command {
if (updated) {
if (sender instanceof Player p) {
plugin.getController().refreshHologram(hologram, p);
plugin.getController().updateHologramData(hologram, p);
}
//TODO: idk
// hologram.queueUpdate();
}
yield updated;