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 efca869 commit 220df90Copy full SHA for 220df90
src/main/java/nekiplay/meteorplus/mixin/meteorclient/modules/FreecamMixin.java
@@ -192,7 +192,7 @@ private BlockPos rayCastClicked() {
192
193
@Unique
194
private void Work(Cancellable event) {
195
- if (baritoneMoveBlinkKey.get().isPressed()) {
+ if (baritoneMoveBlinkKey.get().isPressed() && mc.currentScreen == null) {
196
BlockPos clicked = rayCastClicked();
197
198
if (blinkBaritoneControl.get()) {
0 commit comments