File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/main/kotlin/com/lambda/interaction/request/breaking Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,6 @@ import net.minecraft.util.math.Box
9494import net.minecraft.world.BlockView
9595import kotlin.math.max
9696
97- // ToDo: Fix root cause of breaks becoming redundant while the actual state is empty
9897object BreakManager : RequestHandler<BreakRequest>(
9998 0 ,
10099 TickEvent .Pre ,
@@ -469,10 +468,10 @@ object BreakManager : RequestHandler<BreakRequest>(
469468 if (! rotated || tickStage !in request.config.breakStageMask) return false
470469
471470 val breakInfo = initNewBreak(ctx, request) ? : return false
471+ iterator.remove()
472472 if (! handlePreProcessing()) return false
473473
474474 updateBreakProgress(breakInfo)
475- iterator.remove()
476475 }
477476 return true
478477 }
You can’t perform that action at this time.
0 commit comments