fix old forge compiling

This commit is contained in:
James Seibel
2026-03-10 18:44:30 -05:00
parent 045733deb5
commit d73867efd6
@@ -51,7 +51,7 @@ public class MixinClientLevel
if (chunk != null && !chunk.isClientLightReady())
{
SharedApi.INSTANCE.chunkLoadEvent(
SharedApi.INSTANCE.applyChunkUpdate(
new ChunkWrapper(chunk, ClientLevelWrapper.getWrapper(clientLevel)),
ClientLevelWrapper.getWrapper(clientLevel));
}