mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2024-11-21 12:07:38 +01:00
Fix remapping of 1.21.3 PLAYER_INFO_UPDATE list order (#915)
This commit is contained in:
parent
82a7c9bc3d
commit
1db6824391
@ -390,7 +390,6 @@ public final class EntityPacketRewriter1_21_2 extends EntityRewriter<Clientbound
|
|||||||
|
|
||||||
// New one
|
// New one
|
||||||
if (actions.get(6)) {
|
if (actions.get(6)) {
|
||||||
actions.clear(6);
|
|
||||||
wrapper.read(Types.VAR_INT); // List order
|
wrapper.read(Types.VAR_INT); // List order
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user