Skip to content

Commit

Permalink
Minor bug fix
Browse files Browse the repository at this point in the history
+ Fixes #11
  • Loading branch information
noahbclarkson committed Jan 22, 2021
1 parent 4dde80e commit 2003048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Auto-Tune/src/unprotesting/com/github/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ public void onDisable() {
}
try {
closeDataFiles();
} catch (ClassNotFoundException e) {
} catch (NullPointerException | ClassNotFoundException e) {
Main.log("Error: Could not close data files correctly.");
}
scheduler.cancelTasks(getINSTANCE());
Expand Down

0 comments on commit 2003048

Please sign in to comment.