Skip to content

Commit dd58acb

Browse files
committed
wasnt accidentally breaking a tick too fast, minecraft code just deceived me
1 parent 51adeec commit dd58acb

File tree

1 file changed

+1
-1
lines changed
  • common/src/main/kotlin/com/lambda/interaction/request/breaking

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ object BreakManager : RequestHandler<BreakRequest>() {
295295
} else {
296296
info.apply {
297297
breaking = true
298-
breakingTicks = 0
298+
breakingTicks = 1
299299
soundsCooldown = 0.0f
300300
}
301301
if (info.breakConfig.breakingTexture) {

0 commit comments

Comments
 (0)