This commit is contained in:
Jesse Boyd 2016-06-27 17:45:19 +10:00
parent 96d0bb0e5e
commit 047f9a75b9
3 changed files with 2 additions and 6 deletions

View File

@ -2681,7 +2681,7 @@ public class Plot {
greaterPlot.setMerged(3, true);
lesserPlot.mergeData(greaterPlot);
if (removeRoads) {
Plot diagonal = greaterPlot.getRelative(1);
Plot diagonal = greaterPlot.getRelative(2);
if (diagonal.getMerged(7)) {
lesserPlot.removeRoadSouthEast();
}

View File

@ -300,7 +300,7 @@ public class ExpireManager {
}
}, 86400000);
} else {
TaskManager.runTaskLaterAsync(this, 20);
TaskManager.runTaskLaterAsync(this, 20 * 10);
}
}
});

View File

@ -1,4 +0,0 @@
package com.intellectualcrafters.plot.util.expiry;
public class ExpirySettings {
}