forgot to identify the plugin in the messager

This commit is contained in:
Nick Minkler 2014-01-28 17:34:04 -08:00
parent 7c7a091661
commit ed2401d9ac
1 changed files with 1 additions and 1 deletions

View File

@ -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) {