Skip to content

Commit 276a191

Browse files
authored
SimpleEntityData - Display should be super entity (#5886)
1 parent f2e9a41 commit 276a191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/ch/njol/skript/entity/SimpleEntityData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ private static void addSuperEntity(String codeName, Class<? extends Entity> enti
307307
addSimpleEntity("item display", ItemDisplay.class);
308308
addSimpleEntity("block display", BlockDisplay.class);
309309
addSimpleEntity("interaction", Interaction.class);
310-
addSimpleEntity("display", Display.class);
310+
addSuperEntity("display", Display.class);
311311
}
312312

313313
// Register zombie after Husk and Drowned to make sure both work

0 commit comments

Comments
 (0)