diff --git a/core/src/mindustry/editor/EditorTile.java b/core/src/mindustry/editor/EditorTile.java index ef0ec34075..68272ce8d1 100644 --- a/core/src/mindustry/editor/EditorTile.java +++ b/core/src/mindustry/editor/EditorTile.java @@ -157,7 +157,7 @@ public class EditorTile extends Tile{ } private boolean skip(){ - return state.isGame() || editor.isLoading(); + return state.isGame() || editor.isLoading() || world.isGenerating(); } private void op(OpType type, short value){