Skip to content

Commit

Permalink
Fixed updateChecker
Browse files Browse the repository at this point in the history
  • Loading branch information
XDPXI committed Nov 18, 2024
1 parent 546f496 commit 71c51cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/dev/xdpxi/xdlib/updateChecker.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public static void checkForUpdate() {
isUpdate = false;
}
} catch (Exception e) {
e.printStackTrace();
LOGGER.error("[XDLib] - Failed to check for update: " + e.getMessage());
}
}

Expand Down

0 comments on commit 71c51cb

Please sign in to comment.