We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 007ac74 commit 72e9495Copy full SHA for 72e9495
1 file changed
type.generic/src/main/java/net/swofty/type/generic/entity/npc/HypixelNPC.java
@@ -107,6 +107,8 @@ public static void updateForPlayer(HypixelPlayer player) {
107
throw new IllegalStateException("Unknown NPCConfiguration type: " + config.getClass().getName());
108
}
109
110
+ entity.setAutoViewable(false);
111
+
112
PlayerHolograms.ExternalPlayerHologram holo = PlayerHolograms.ExternalPlayerHologram.builder()
113
.pos(position.add(0, 1.1 + yOffset, 0))
114
.text(Arrays.copyOfRange(holograms, 0, holograms.length - 1))
0 commit comments