mirror of
https://github.com/MilkBowl/Vault.git
synced 2025-01-14 04:02:00 +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")) {
|
||||
try {
|
||||
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");
|
||||
}
|
||||
} catch (Exception e) {
|
||||
|
Loading…
Reference in New Issue
Block a user