Skip to content

Commit

Permalink
Actually close main window with empty item array
Browse files Browse the repository at this point in the history
  • Loading branch information
SS111 committed Jul 13, 2013
1 parent 41c9695 commit 4490dbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/com/github/ss111/IdDumpHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ public static ArrayList<Integer> getUnusedItemIDs() {
JOptionPane.showMessageDialog(null, "There are no unused item IDs. Are you sure you dumped them? The program cannot continue and will now close.", "Information", JOptionPane.ERROR_MESSAGE);
}

WindowMain.frmMain.dispose();

return unusedItemIDs;
}

Expand Down

0 comments on commit 4490dbb

Please sign in to comment.