3
0
Mirror von https://github.com/ViaVersion/ViaBackwards.git synchronisiert 2024-07-05 23:28:03 +02:00

This should be a 2

Dieser Commit ist enthalten in:
KennyTV 2021-02-11 00:36:43 +01:00
Ursprung b48edbde04
Commit 84bb022a31
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 6BE3B555EBC5982B

Datei anzeigen

@ -140,7 +140,7 @@ public class BlockItemPackets1_17 extends nl.matsv.viabackwards.api.rewriters.It
}
// Remove upper bounds
for (int i = startFromSection + 18; i < sectionHeight + 1; i++) {
for (int i = startFromSection + 18; i < sectionHeight + 2; i++) {
if (bitMask.get(i)) {
wrapper.read(Type.BYTE_ARRAY_PRIMITIVE);
}