Skip to content

Commit

Permalink
chores: remove useless Chunk::onChunkSet() method x2
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcmd committed Jun 22, 2024
1 parent 32228c3 commit 0784521
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ public CompletableFuture<Chunk> loadChunk(int x, int z) {
.thenApply(preparedChunk -> {
preparedChunk.beforeSetChunk(dimension);
setChunk(x, z, preparedChunk);
preparedChunk.onChunkSet();
preparedChunk.afterSetChunk(dimension);
future.complete(preparedChunk);
loadingChunks.remove(hashXZ);
Expand Down

0 comments on commit 0784521

Please sign in to comment.