Skip to content

Commit d847675

Browse files
committed
call cancel callback if break times out
1 parent f878a53 commit d847675

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/src/main/kotlin/com/lambda/interaction/request/breaking/BrokenBlockHandler.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ object BrokenBlockHandler {
6262
world.setBlockState(info.context.expectedPos, info.context.checkedState)
6363
}
6464
}
65+
info.internalOnCancel()
6566
info.pendingInteractions.remove(info.context)
6667
}
6768

0 commit comments

Comments
 (0)