Skip to content

Commit b1a8d0c

Browse files
committed
- small fix to allow swapping current mining block while paused for rotation
1 parent 1257ffb commit b1a8d0c

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -627,6 +627,7 @@ object PacketMine : Module(
627627
when (progressStage) {
628628
ProgressStage.PreTick -> {
629629
if (rotate.isConstant()
630+
&& !rotated
630631
&& !empty
631632
&& (currentMiningBlock?.breakState != BreakState.ReBreaking
632633
|| !reBreak.isStandard()

0 commit comments

Comments
 (0)