Skip to content

Commit

Permalink
Improved Performance
Browse files Browse the repository at this point in the history
  • Loading branch information
rexc159 committed Mar 8, 2018
1 parent 6975b34 commit be1b19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StellarisDK/GUI/guiController.java
Original file line number Diff line number Diff line change
Expand Up @@ -366,11 +366,11 @@ private void loadFiles(File files, TreeItem item) {
e.printStackTrace();
}
}
System.gc();
}
} catch (NullPointerException e) {
System.out.println("[ERROR] IGNORE: Empty/Missing Folder, FROM: " + files.getPath());
}
System.gc();
}

private void loadEvents(boolean load) {
Expand Down

0 comments on commit be1b19b

Please sign in to comment.