Mirror von
https://github.com/ViaVersion/ViaBackwards.git
synchronisiert 2024-11-03 14:50:38 +01:00
fix wrong light mask
Dieser Commit ist enthalten in:
Ursprung
6c27c1e863
Commit
4070efd803
@ -254,7 +254,7 @@ public class Protocol1_13_2To1_14 extends BackwardsProtocol {
|
|||||||
blockLight[i] = ChunkLightStorage.EMPTY_LIGHT;
|
blockLight[i] = ChunkLightStorage.EMPTY_LIGHT;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (isSet(skyLightMask, 17)) {
|
if (isSet(blockLightMask, 17)) {
|
||||||
wrapper.read(Type.BYTE_ARRAY);
|
wrapper.read(Type.BYTE_ARRAY);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren