Skip to content

Commit

Permalink
Update Main.java
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperdefined committed Dec 3, 2021
1 parent b82fd27 commit f013a6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/lol/hyper/customlauncher/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ public static void main(String[] args) throws IOException, InterruptedException
String latestVersion = latest.getTagVersion();
GitHubRelease current = api.getReleaseByTag(VERSION);
int behind = api.getBuildsBehind(current);
logger.info(current);
UpdateChecker updateChecker = new UpdateChecker(api);
if (!latestVersion.equals(VERSION)) {
logger.info("A new version is available! Version: " + latestVersion);
Expand Down

0 comments on commit f013a6b

Please sign in to comment.