Skip to content

Commit

Permalink
fixed error
Browse files Browse the repository at this point in the history
  • Loading branch information
liz3 committed Aug 28, 2019
1 parent 0b9b5f2 commit 9716ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/main/java/net/savagellc/trackx/TrackX.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public void close() throws SecurityException {
Bukkit.getLogger().addHandler(handler);
} catch (Exception e) {
System.out.println("[TrackX] Failed to attach handler");
failed = false;
failed = true;
}
}

Expand Down

0 comments on commit 9716ae8

Please sign in to comment.