Skip to content

Commit

Permalink
Remove Debug Message
Browse files Browse the repository at this point in the history
  • Loading branch information
drfiveminusmint committed May 18, 2024
1 parent 469df03 commit 11072d7
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,6 @@ public void translateCraft(@NotNull Craft craft, @NotNull MovecraftLocation disp
BlockEntity tile = removeBlockEntity(oldNativeWorld, position);
if (tile == null)
continue;
Bukkit.getServer().getLogger().log(java.util.logging.Level.INFO,
"Found Non-null tile at " + position.toShortString());

//get the nextTick to move with the tile
ScheduledTick tickHere = tickProvider.getNextTick(oldNativeWorld, position);
Expand Down

0 comments on commit 11072d7

Please sign in to comment.