mirror of
https://github.com/MilkBowl/Vault.git
synced 2025-01-29 19:41:25 +01:00
forgot to identify the plugin in the messager
This commit is contained in:
parent
7c7a091661
commit
ed2401d9ac
@ -603,7 +603,7 @@ public class Vault extends JavaPlugin {
|
|||||||
if (perms.has(player, "vault.update")) {
|
if (perms.has(player, "vault.update")) {
|
||||||
try {
|
try {
|
||||||
if (newVersion > currentVersion) {
|
if (newVersion > currentVersion) {
|
||||||
player.sendMessage(newVersion + " is out! You are running " + currentVersion);
|
player.sendMessage("Vault " + newVersion + " is out! You are running " + currentVersion);
|
||||||
player.sendMessage("Update Vault at: http://dev.bukkit.org/server-mods/vault");
|
player.sendMessage("Update Vault at: http://dev.bukkit.org/server-mods/vault");
|
||||||
}
|
}
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
Loading…
Reference in New Issue
Block a user