This should be a 2

This commit is contained in:
KennyTV 2021-02-11 00:36:43 +01:00
parent b48edbde04
commit 84bb022a31
No known key found for this signature in database
GPG Key ID: 6BE3B555EBC5982B

View File

@ -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);
}