mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2025-01-21 23:11:29 +01:00
Correct boots so they display correctly
This commit is contained in:
parent
c0296f04a1
commit
3b480a61bd
@ -158,7 +158,7 @@ public class OutgoingTransformer {
|
||||
PacketUtil.writeVarInt(id, output);
|
||||
short slot = input.readShort();
|
||||
|
||||
if (slot > 1) {
|
||||
if (slot > 0) {
|
||||
slot += 1; // add 1 so it's now 2-5
|
||||
}
|
||||
PacketUtil.writeVarInt(slot, output);
|
||||
|
Loading…
Reference in New Issue
Block a user