mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2024-12-23 17:08:00 +01:00
whoops
This commit is contained in:
parent
dc12f26f05
commit
6c27c1e863
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user