mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-30 13:14:06 +01:00
Updated Setting all signs (markdown)
parent
e808c0749b
commit
f22173df7a
@ -6,7 +6,7 @@ This script will fix all signs in the world.
|
||||
var plots = PS.sortPlotsByTemp(PS.getPlots());
|
||||
for (var i = 0; i < plots.size(); i++) {
|
||||
var plot = plots.get(i);
|
||||
if (!plot.isMerged() || plot.getBottomPlot().equals(plot)) {
|
||||
if (plot.isBasePlot()) {
|
||||
plot.setSign();
|
||||
PS.class.static.log('&cSetting sign for: ' + plot);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user