updated docs
This commit is contained in:
parent
c10c469b12
commit
084ed1ebcc
1 changed files with 0 additions and 1 deletions
|
@ -1424,7 +1424,6 @@ Used when placing torches so that they face the same way as the drone.
|
||||||
return function(){
|
return function(){
|
||||||
var treeLoc = new org.bukkit.Location(this.world,this.x,this.y,this.z);
|
var treeLoc = new org.bukkit.Location(this.world,this.x,this.y,this.z);
|
||||||
var successful = treeLoc.world.generateTree(treeLoc,v);
|
var successful = treeLoc.world.generateTree(treeLoc,v);
|
||||||
println("generateTree(" + v + ") returned " + successful);
|
|
||||||
return this;
|
return this;
|
||||||
};
|
};
|
||||||
}(_trees[p]);
|
}(_trees[p]);
|
||||||
|
|
Reference in a new issue