mirror of
https://github.com/MilkBowl/Vault.git
synced 2024-11-27 04:55:33 +01:00
Update Vault.java
This commit is contained in:
parent
afaaf0d9f7
commit
ead6814f82
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user