Skip to content

Commit

Permalink
Merge branch 'master' into gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
HaHaWTH authored Jun 7, 2024
2 parents a89358e + b513fd3 commit 2080e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/fr/xephi/authme/AuthMe.java
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ private void checkForUpdates() {
if (updater.isUpdateAvailable()) {
String message = "New version available! Latest:" + updater.getLatestVersion() + " Current:" + pluginBuild + pluginBuildNumber;
logger.warning(message);
logger.warning("Download from here: https://github.com/HaHaWTH/AuthMeReReloaded/releases/latest");
logger.warning("Download from here: https://modrinth.com/plugin/authmerereloaded");
} else {
logger.info("You are running the latest version.");
}
Expand Down

0 comments on commit 2080e22

Please sign in to comment.