Skip to content

Commit 5df933f

Browse files
Fix 1.7->1.8 player action rewriting
1 parent 750a98c commit 5df933f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/java/com/viaversion/viarewind/protocol/v1_8to1_7_6_10/rewriter/PlayerPacketRewriter1_8.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ public void register() {
571571
@Override
572572
protected void register() {
573573
map(Types.VAR_INT); // Status
574-
map(Types.BLOCK_POSITION1_8, RewindTypes.U_BYTE_POSITION); // Position
574+
map(RewindTypes.U_BYTE_POSITION, Types.BLOCK_POSITION1_8); // Position
575575
}
576576
});
577577

0 commit comments

Comments
 (0)