Skip to content

Commit

Permalink
log the chunkloaders pos
Browse files Browse the repository at this point in the history
  • Loading branch information
thiakil committed Sep 3, 2024
1 parent aeb7a9b commit a166484
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ public void refreshChunkTickets() {
*/
private void refreshChunkTickets(@NotNull ServerLevel world, @NotNull BlockPos pos, boolean ticketsChanged) {
boolean canOperate = canOperate();
LOGGER.debug("refreshChunkTickets called for {}. Can operate = {}", pos, canOperate);
if (hasRegistered && prevWorld != null && prevPos != null) {
//Note: If we have already registered the previous world and previous position
// should never be null, but we validate this just in case
Expand Down

0 comments on commit a166484

Please sign in to comment.