Fix remapping of 1.21.3 PLAYER_INFO_UPDATE list order (#915)

This commit is contained in:
Gero 2024-11-11 17:01:35 +01:00 committed by GitHub
parent 82a7c9bc3d
commit 1db6824391
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -390,7 +390,6 @@ public final class EntityPacketRewriter1_21_2 extends EntityRewriter<Clientbound
// New one
if (actions.get(6)) {
actions.clear(6);
wrapper.read(Types.VAR_INT); // List order
}
}