mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-11-04 03:03:43 +01:00 
			
		
		
		
	Update addsigns.js
This commit is contained in:
		@@ -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);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user