updated docs

This commit is contained in:
walterhiggins 2013-02-09 19:11:23 +00:00
parent c10c469b12
commit 084ed1ebcc

View file

@ -1424,7 +1424,6 @@ Used when placing torches so that they face the same way as the drone.
return function(){
var treeLoc = new org.bukkit.Location(this.world,this.x,this.y,this.z);
var successful = treeLoc.world.generateTree(treeLoc,v);
println("generateTree(" + v + ") returned " + successful);
return this;
};
}(_trees[p]);