Updated for new server version 0.2.5.

This commit is contained in:
sk89q 2010-11-24 11:01:28 -08:00
parent 860de6b517
commit fc95a2cd22
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -228,7 +228,7 @@ public class ServerInterface {
} }
proxy.setEditSession(editSession); proxy.setEditSession(editSession);
bi treeGen = new ha(); bj treeGen = new hc();
return treeGen.a(proxy, random, return treeGen.a(proxy, random,
pt.getBlockX(), pt.getBlockY(), pt.getBlockZ()); pt.getBlockX(), pt.getBlockY(), pt.getBlockZ());
} }