mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-26 02:34:42 +02:00
Reformat code
This commit is contained in:
@ -28,7 +28,7 @@ The following utility classes are usable:
|
||||
|
||||
For more information see: https://github.com/IntellectualSites/PlotSquared/wiki/Scripting
|
||||
*/
|
||||
var plots = PS.sortPlots(PS.getPlots());
|
||||
var plots = PS.sortPlots(PS.getPlots());
|
||||
PS.class.static.log("Attempting to auto merge " + plots.size() + " plots");
|
||||
if ("%s0" === "true") {
|
||||
for (var i = 0; i < plots.size(); i++) {
|
||||
@ -45,4 +45,4 @@ else if ("%s0" === "false") {
|
||||
else {
|
||||
C_COMMAND_SYNTAX.send(PlotPlayer, "/plot debugexec automerge.js <removeroads>");
|
||||
MainUtil.sendMessage(PlotPlayer, "$1<removeroads> is true or false if you want to remove roads when auto merging");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user