Mirror von
https://github.com/ViaVersion/ViaBackwards.git
synchronisiert 2024-11-16 04:50:10 +01:00
Update ChunkSectionLightImpl call
Dieser Commit ist enthalten in:
Ursprung
0a6d143d92
Commit
b3c1266da7
@ -369,7 +369,7 @@ public class BlockItemPacketRewriter1_14 extends BackwardsItemRewriter<Clientbou
|
||||
ChunkSection section = chunk.getSections()[i];
|
||||
if (section == null) continue;
|
||||
|
||||
ChunkSectionLight sectionLight = new ChunkSectionLightImpl();
|
||||
ChunkSectionLight sectionLight = ChunkSectionLightImpl.createWithBlockLight();
|
||||
section.setLight(sectionLight);
|
||||
if (chunkLight == null) {
|
||||
sectionLight.setBlockLight(ChunkLightStorage.FULL_LIGHT);
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren