Updated tree generator for 0.2.8.

This commit is contained in:
sk89q 2010-12-04 10:42:31 -08:00
parent 9b19e3dc5c
commit c7af128320
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ public class MinecraftServerInterface {
} }
proxy.setEditSession(editSession); proxy.setEditSession(editSession);
bj treeGen = new hd(); bj treeGen = new he();
return treeGen.a(proxy, random, return treeGen.a(proxy, random,
pt.getBlockX(), pt.getBlockY(), pt.getBlockZ()); pt.getBlockX(), pt.getBlockY(), pt.getBlockZ());
} }

View File

@ -26,7 +26,7 @@ import com.sk89q.worldedit.blocks.BaseBlock;
* *
* @author sk89q * @author sk89q
*/ */
public class MinecraftSetBlockProxy extends ep { public class MinecraftSetBlockProxy extends eq {
/** /**
* Edit session. * Edit session.
*/ */