3
0
Mirror von https://github.com/ViaVersion/ViaBackwards.git synchronisiert 2024-10-07 18:50:07 +02:00
Dieser Commit ist enthalten in:
KennyTV 2020-06-12 17:17:35 +02:00
Ursprung 166b4314fd
Commit 86cf835d53
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 6BE3B555EBC5982B

Datei anzeigen

@ -177,10 +177,10 @@ public class Protocol1_15_2To1_16 extends BackwardsProtocol<ClientboundPackets1_
}
wrapper.passthrough(Type.VAR_INT); // Hand
// New boolean: Whether the client is sneaking/pressing shift
wrapper.write(Type.BOOLEAN, false);
}
// New boolean: Whether the client is sneaking/pressing shift
wrapper.write(Type.BOOLEAN, false);
});
}
});