Skip to content

Commit

Permalink
Fix 1.19.3 implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
cerus committed Dec 17, 2022
1 parent 1eabb1b commit 4e175cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public Object makeFrameSpawnPacket(final Frame frame) {
case WEST -> 90;
default -> 0;
},
EntityTypes.U,
EntityTypes.V,
switch (frame.getFacing()) {
case UP -> 1;
case NORTH -> 2;
Expand Down

0 comments on commit 4e175cf

Please sign in to comment.