3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-09-16 04:51:22 +02:00

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

Dieser Commit ist enthalten in:
sk89q 2010-11-10 15:56:29 -08:00
Ursprung 9cf70d1a03
Commit 6b368a38a2
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen

Datei anzeigen

@ -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.
*/ */

Datei anzeigen

@ -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());
} }