diff --git a/core/src/mindustry/input/MobileInput.java b/core/src/mindustry/input/MobileInput.java index aa36130513..bd16b6f9d6 100644 --- a/core/src/mindustry/input/MobileInput.java +++ b/core/src/mindustry/input/MobileInput.java @@ -291,7 +291,7 @@ public class MobileInput extends InputHandler implements GestureListener{ }); group.fill(t -> { - t.visible(() -> !hasSchematic() && !Core.settings.getBool("editor-blocks-shown")); + t.visible(() -> !hasSchematic() && !(state.isEditor() && Core.settings.getBool("editor-blocks-shown"))); t.bottom().left(); t.button("@command.queue", Icon.rightOpen, Styles.clearTogglet, () -> {