Fix plot rating & mega plots + fix plot expiry analysis

This commit is contained in:
boy0001
2015-08-13 22:49:16 +10:00
parent 8040e13919
commit b7fe6ea749
5 changed files with 44 additions and 6 deletions

View File

@ -125,7 +125,7 @@ public class ExpireManager {
if (changed.getComplexity() > Settings.CLEAR_THRESHOLD) {
PS.debug("$2[&5Expire&dManager$2] &bIgnoring modified plot: " + plot + " : " + changed.getComplexity() + " - " + changed.changes);
expiredPlots.get(world).remove(plot);
FlagManager.addPlotFlag(plot, new Flag(FlagManager.getFlag("analysis"), value));
FlagManager.addPlotFlag(plot, new Flag(FlagManager.getFlag("analysis"), changed.asList()));
return;
}
}