3
0
Mirror von https://github.com/ViaVersion/ViaBackwards.git synchronisiert 2024-07-28 01:48:04 +02:00
Dieser Commit ist enthalten in:
KennyTV 2019-06-09 11:13:42 +02:00
Ursprung dc12f26f05
Commit 6c27c1e863

Datei anzeigen

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