diff --git a/core/src/mindustry/input/MobileInput.java b/core/src/mindustry/input/MobileInput.java index d6d8485454..f667e7444f 100644 --- a/core/src/mindustry/input/MobileInput.java +++ b/core/src/mindustry/input/MobileInput.java @@ -286,7 +286,7 @@ public class MobileInput extends InputHandler implements GestureListener{ selectPlans.clear(); mode = none; block = null; - }).width(155f).height(50f).margin(12f); + }).width(155f).checked(b -> false).height(50f).margin(12f); }); group.fill(t -> {