Skip to content

Commit

Permalink
Don't unload chunk too early
Browse files Browse the repository at this point in the history
  • Loading branch information
ishland committed Jul 24, 2022
1 parent 3b51b9b commit e379e6c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ public static CompletableFuture<Either<Chunk, ChunkHolder.Unloaded>> scheduleChu
SEMAPHORE.release();
if (throwable != null) throwable.printStackTrace();
ticketManager.removeTicketWithLevel(ASYNC_CHUNK_LOAD, pos, level, Unit.INSTANCE);
((IServerChunkManager) chunkManager).invokeTick();
}, world.getServer());
return future;
}
Expand Down

0 comments on commit e379e6c

Please sign in to comment.