crash fix?

This commit is contained in:
Anuken
2022-05-08 13:57:52 -04:00
parent 78b74d01cb
commit a7ecdf8aab

View File

@@ -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){