Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-12-24 23:30:15 +01:00
Correct boots so they display correctly
Dieser Commit ist enthalten in:
Ursprung
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);
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren