Update Vault.java

This commit is contained in:
Leomixer17 2018-09-13 18:16:13 +02:00 committed by GitHub
parent afaaf0d9f7
commit ead6814f82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -620,7 +620,7 @@ public class Vault extends JavaPlugin {
try {
if (newVersion > currentVersion) {
player.sendMessage("Vault " + newVersionTitle + " is out! You are running " + currentVersionTitle);
player.sendMessage("Update Vault at: http://dev.bukkit.org/server-mods/vault");
player.sendMessage("Update Vault at: https://dev.bukkit.org/projects/vault");
}
} catch (Exception e) {
// Ignore exceptions