mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 21:26:45 +01:00
Update addsigns.js
This commit is contained in:
parent
392ef51a6f
commit
e4a345880e
@ -4,7 +4,7 @@ This script will fix all signs in the world.
|
|||||||
var plots = PS.sortPlotsByTemp(PS.getPlots());
|
var plots = PS.sortPlotsByTemp(PS.getPlots());
|
||||||
for (var i = 0; i < plots.size(); i++) {
|
for (var i = 0; i < plots.size(); i++) {
|
||||||
var plot = plots.get(i);
|
var plot = plots.get(i);
|
||||||
if (!plot.isMerged() || !plot.getMerged(0)) {
|
if (plot.isBasePlot()) {
|
||||||
plot.setSign();
|
plot.setSign();
|
||||||
PS.class.static.log('&cSetting sign for: ' + plot);
|
PS.class.static.log('&cSetting sign for: ' + plot);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user