Skip to content

Commit

Permalink
unsure why this worked
Browse files Browse the repository at this point in the history
  • Loading branch information
gnembon committed May 15, 2024
1 parent 9f29f81 commit dd1813c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public CompletableFuture<Void> relight(ChunkAccess chunk)
return CompletableFuture.runAsync(
Util.name(() -> {
chunk.setLightCorrect(true);
((ThreadedAnvilChunkStorageInterface) this.chunkMap).releaseRelightTicket(pos);
//((ThreadedAnvilChunkStorageInterface) this.chunkMap).releaseRelightTicket(pos);
},
() -> "Release relight ticket " + pos
),
Expand Down

0 comments on commit dd1813c

Please sign in to comment.