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

Updated for new server version 0.2.5.

Dieser Commit ist enthalten in:
sk89q 2010-11-24 11:01:28 -08:00
Ursprung 860de6b517
Commit fc95a2cd22
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 em { public class MinecraftSetBlockProxy extends eo {
/** /**
* Edit session. * Edit session.
*/ */

Datei anzeigen

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