mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-06 07:43:36 +00:00
fancyholograms-v3: Instantly refresh the hologram when modified for command sender
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user