Skip to content

Commit

Permalink
docs: add a TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcmd committed Jun 12, 2024
1 parent aaa289b commit ad236c2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ protected void completeBreak(EntityPlayer player, int x, int y, int z) {
pk.setData(oldState.blockStateHash());
player.getCurrentChunk().addChunkPacket(pk);
world.setBlockState(breakingBlockX, breakingBlockY, breakingBlockZ, AIR_TYPE.getDefaultState());
// TODO: drop items
} else {
log.warn("Mismatch block breaking complete time! Expected: {}gt, actual: {}gt", stopBreakingTime, currentTime);
}
Expand Down

0 comments on commit ad236c2

Please sign in to comment.