Let's just use the correct number here

This commit is contained in:
Articdive 2021-06-09 20:02:22 +02:00
parent 049592d1c2
commit 9e64935af8
No known key found for this signature in database
GPG Key ID: B069585F0F7D90DE
1 changed files with 2 additions and 1 deletions

View File

@ -2689,7 +2689,8 @@ public class Player extends LivingEntity implements CommandSender, Localizable,
this.displayedSkinParts = displayedSkinParts;
this.mainHand = mainHand;
metadata.setIndex((byte) 16, Metadata.Byte(displayedSkinParts));
// TODO: Use the metadata object here
metadata.setIndex((byte) 17, Metadata.Byte(displayedSkinParts));
// Client changed his view distance in the settings
if (viewDistanceChanged) {