Update BlockBreakHelper.java
This commit is contained in:
parent
8c397d1454
commit
1b74c8c8be
@ -46,7 +46,9 @@ public final class BlockBreakHelper implements Helper {
|
||||
}
|
||||
|
||||
public static void stopBreakingBlock() {
|
||||
mc.playerController.resetBlockRemoving();
|
||||
if (mc.playerController != null) {
|
||||
mc.playerController.resetBlockRemoving();
|
||||
}
|
||||
lastBlock = null;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user