Finish sign support

This commit is contained in:
gomeow
2013-05-05 22:03:13 -07:00
parent bb7c27412a
commit bb0183e6c7
4 changed files with 51 additions and 13 deletions
@@ -48,7 +48,7 @@ public class PlayerVaults extends JavaPlugin {
Updater u = new Updater();
if(getConfig().getBoolean("check-update")) {
try {
if(u.getUpdate()) {
if(u.getUpdate(getDescription().getVersion())) {
UPDATE = true;
}
} catch(IOException e) {