Skip to content

Commit 8774d87

Browse files
authored
Add 1.17 long jump pose (#1409)
1 parent 8361cf0 commit 8774d87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/comphenix/protocol/wrappers/EnumWrappers.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,7 @@ public enum EntityPose {
384384
SWIMMING,
385385
SPIN_ATTACK,
386386
CROUCHING,
387+
LONG_JUMPING,
387388
DYING;
388389

389390
private final static EquivalentConverter<EntityPose> POSE_CONVERTER = EnumWrappers.getEntityPoseConverter();

0 commit comments

Comments
 (0)