367368369370371372373
private void startUpdater() { if (Properties.TURN_OFF_UPDATES) { return; } new Updater(this, PROJECT_BUKKITDEV_ID, this.getFile(), Updater.UpdateType.DEFAULT, true); }