Skip to content

Commit dd1813c

Browse files
committed
unsure why this worked
1 parent 9f29f81 commit dd1813c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/carpet/mixins/ThreadedLevelLightEngine_scarpetChunkCreationMixin.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public CompletableFuture<Void> relight(ChunkAccess chunk)
8888
return CompletableFuture.runAsync(
8989
Util.name(() -> {
9090
chunk.setLightCorrect(true);
91-
((ThreadedAnvilChunkStorageInterface) this.chunkMap).releaseRelightTicket(pos);
91+
//((ThreadedAnvilChunkStorageInterface) this.chunkMap).releaseRelightTicket(pos);
9292
},
9393
() -> "Release relight ticket " + pos
9494
),

0 commit comments

Comments
 (0)