mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2024-11-14 10:55:20 +01:00
fix wrong light mask
This commit is contained in:
parent
6c27c1e863
commit
4070efd803
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user