castle.setCropProcure(new GArray<CropProcure>(), CastleManorManager.PERIOD_CURRENT);
castle.setCropProcure(new GArray<CropProcure>(), CastleManorManager.PERIOD_NEXT);
castle.setSeedProduction(new GArray<SeedProduction>(), CastleManorManager.PERIOD_CURRENT);
castle.setSeedProduction(new GArray<SeedProduction>(), CastleManorManager.PERIOD_NEXT);
castle.saveCropData();
castle.saveSeedData();
activeChar.sendMessage("Manor data for " + castle.getName() + " was nulled");
}
else
{
for(Castle castle : CastleManager.getInstance().getCastles().values())