Updated for server v0.2.4. Thanks to ricin for testing an independent fix.

This commit is contained in:
sk89q 2010-11-10 15:56:29 -08:00
parent 9cf70d1a03
commit 6b368a38a2
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 el { public class MinecraftSetBlockProxy extends em {
/** /**
* Edit session. * Edit session.
*/ */

View File

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