public boolean restore() {
if (this.isLoaded()) {
return true;
}
// Load all the chunks of this group to trigger a restore
OfflineGroup group = OfflineGroupManager.findGroup(this.trainname);
if (group == null) {
TrainProperties.remove(getTrainName());
return false;
}
World world = Bukkit.getWorld(group.worldUUID);