} catch (Exception e) {
this.getLogger().log(Level.SEVERE, "Unable to load save file", e);
throw e;
}
if (rmanager == null) {
rmanager = new ResidenceManager();
}
if (leasemanager == null) {
leasemanager = new LeaseManager(rmanager);
}
if (tmanager == null) {