mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-26 07:06:44 +01:00
Fix automerge.js
This commit is contained in:
parent
fcf2400798
commit
ac27a7f37a
@ -29,7 +29,7 @@ The following utility classes are usable:
|
|||||||
For more information see: https://github.com/IntellectualSites/PlotSquared/wiki/Scripting
|
For more information see: https://github.com/IntellectualSites/PlotSquared/wiki/Scripting
|
||||||
*/
|
*/
|
||||||
var plots = PS.sortPlots(PS.getPlots());
|
var plots = PS.sortPlots(PS.getPlots());
|
||||||
PS.log("Attempting to auto merge " + plots.size() + " plots");
|
PS.class.static.log("Attempting to auto merge " + plots.size() + " plots");
|
||||||
if ("%s0" === "true") {
|
if ("%s0" === "true") {
|
||||||
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);
|
||||||
|
Loading…
Reference in New Issue
Block a user