This commit is contained in:
fullwall 2022-04-21 15:27:46 +08:00
parent e82eb76aba
commit 48798ff9b3

View File

@ -212,7 +212,7 @@ public class HologramTrait extends Trait {
} }
boolean update = currentLoc.getWorld() != npc.getStoredLocation().getWorld() boolean update = currentLoc.getWorld() != npc.getStoredLocation().getWorld()
|| currentLoc.distance(npc.getStoredLocation()) >= 0.001 || lastNameplateVisible != nameplateVisible || currentLoc.distance(npc.getStoredLocation()) >= 0.001 || lastNameplateVisible != nameplateVisible
|| (lastEntityHeight - getEntityHeight()) >= 0.05; || Math.abs(lastEntityHeight - getEntityHeight()) >= 0.05;
lastNameplateVisible = nameplateVisible; lastNameplateVisible = nameplateVisible;
if (update) { if (update) {