Skip to content

Commit 3d2165b

Browse files
committed
Comment
1 parent d916158 commit 3d2165b

File tree

1 file changed

+1
-1
lines changed
  • common/src/main/kotlin/com/lambda/module/modules/player

1 file changed

+1
-1
lines changed

common/src/main/kotlin/com/lambda/module/modules/player/Nuker.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ object Nuker : Module(
2525
iterator = { state, pos, _ ->
2626
state.getCollisionShape(world, pos).boundingBox
2727
.getVisibleSurfaces(player.eyePos).firstOrNull()?.let {
28-
interaction.updateBlockBreakingProgress(pos, it)
28+
interaction.updateBlockBreakingProgress(pos, it) // Crashes if the time to mine is not instant ??
2929
}
3030
this@Nuker.info("Breaking ${state.block.name.string} at $pos with hardness ${state.getHardness(world, pos)}")
3131
},

0 commit comments

Comments
 (0)