We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 941b822 commit 280e92eCopy full SHA for 280e92e
1 file changed
common/src/main/kotlin/com/lambda/interaction/request/breaking/BrokenBlockHandler.kt
@@ -65,7 +65,7 @@ object BrokenBlockHandler {
65
world.setBlockState(info.context.blockPos, info.context.cachedState)
66
}
67
68
- info.internalOnCancel()
+ info.request.onCancel?.invoke(info.context.blockPos)
69
info.pendingInteractions.remove(info.context)
70
71
0 commit comments