mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-11 03:30:11 +00:00
Update addsigns.js
This commit is contained in:
parent
392ef51a6f
commit
e4a345880e
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,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.getMerged(0)) {
|
||||
if (plot.isBasePlot()) {
|
||||
plot.setSign();
|
||||
PS.class.static.log('&cSetting sign for: ' + plot);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue