mirror of
https://github.com/MilkBowl/Vault.git
synced 2024-11-13 06:06:28 +01:00
Fix URL displayed to the user during version check
This commit is contained in:
parent
031c3ebf73
commit
d1a61d68bb
@ -166,7 +166,7 @@ public class Vault extends JavaPlugin {
|
||||
newVersion = updateCheck(currentVersion);
|
||||
if (newVersion > currentVersion) {
|
||||
log.warning("Stable Version: " + newVersionTitle + " is out!" + " You are still running version: " + currentVersionTitle);
|
||||
log.warning("Update at: http://dev.bukkit.org/server-mods/vault");
|
||||
log.warning("Update at: https://dev.bukkit.org/projects/vault");
|
||||
} else if (currentVersion > newVersion) {
|
||||
log.info("Stable Version: " + newVersionTitle + " | Current Version: " + currentVersionTitle);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user