fix wrong light mask

This commit is contained in:
Gerrygames 2019-06-12 17:42:11 +02:00
parent 6c27c1e863
commit 4070efd803

View File

@ -254,7 +254,7 @@ public class Protocol1_13_2To1_14 extends BackwardsProtocol {
blockLight[i] = ChunkLightStorage.EMPTY_LIGHT;
}
}
if (isSet(skyLightMask, 17)) {
if (isSet(blockLightMask, 17)) {
wrapper.read(Type.BYTE_ARRAY);
}