WIP map submission

This commit is contained in:
Anuken
2024-09-03 13:36:46 -04:00
parent 21a2eccf69
commit 0d8d73f9e6
5 changed files with 21 additions and 9 deletions

View File

@@ -72,7 +72,7 @@ public class WaveInfoDialog extends BaseDialog{
groups = maps.readWaves(Core.app.getClipboardText());
buildGroups();
}catch(Exception e){
e.printStackTrace();
Log.err(e);
ui.showErrorMessage("@waves.invalid");
}
dialog.hide();