This commit is contained in:
KennyTV 2019-06-09 11:13:42 +02:00
parent dc12f26f05
commit 6c27c1e863

View File

@ -239,7 +239,7 @@ public class Protocol1_13_2To1_14 extends BackwardsProtocol {
wrapper.read(Type.BYTE_ARRAY);
}
byte[][] blockLight = new byte[18][];
byte[][] blockLight = new byte[16][];
if (isSet(blockLightMask, 0)) {
wrapper.read(Type.BYTE_ARRAY);
}