This commit is contained in:
Anuken
2020-08-05 19:52:09 -04:00
parent f4a838df98
commit 7482e2a988
8 changed files with 176 additions and 157 deletions

View File

@@ -649,11 +649,7 @@ public class MapEditorDialog extends Dialog implements Disposable{
}
private void tryExit(){
if(!saved){
ui.showConfirm("@confirm", "@editor.unsaved", this::hide);
}else{
hide();
}
ui.showConfirm("@confirm", "@editor.unsaved", this::hide);
}
private void addBlockSelection(Table table){