Castle castle = CastleManager.getInstance().getCastleById(_clan.getHasCastle());
if(!Config.ALT_MANOR_SAVE_ALL_ACTIONS)
{
if(_runCount % Config.ALT_MANOR_SAVE_PERIOD_RATE == 0)
{
castle.saveSeedData();
castle.saveCropData();
String text = "Manor System: all data for " + castle.getName() + " saved";
Log.add(text, "Manor_system");
}
}