mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-25 22:56:45 +01:00
Fix #1222
This commit is contained in:
parent
96d0bb0e5e
commit
047f9a75b9
@ -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();
|
||||
}
|
||||
|
@ -300,7 +300,7 @@ public class ExpireManager {
|
||||
}
|
||||
}, 86400000);
|
||||
} else {
|
||||
TaskManager.runTaskLaterAsync(this, 20);
|
||||
TaskManager.runTaskLaterAsync(this, 20 * 10);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
@ -1,4 +0,0 @@
|
||||
package com.intellectualcrafters.plot.util.expiry;
|
||||
|
||||
public class ExpirySettings {
|
||||
}
|
Loading…
Reference in New Issue
Block a user