We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6a57e1 commit 7970f16Copy full SHA for 7970f16
src/main/java/meteordevelopment/meteorclient/systems/modules/world/Nuker.java
@@ -249,6 +249,9 @@ public void onActivate() {
249
if (hitResult != null && hitResult.getType() == HitResult.Type.BLOCK) {
250
BlockPos pos = ((BlockHitResult) hitResult).getBlockPos();
251
autoSelectBlock = mc.world.getBlockState(pos).getBlock();
252
+ } else {
253
+ autoSelectBlock = null;
254
+ warning("No block is being targeted for auto-select mode.");
255
}
256
257
0 commit comments