Cleaned up some code.

Dieser Commit ist enthalten in:
sk89q 2011-03-13 20:26:26 -07:00
Ursprung 2d58fcb5b2
Commit e2c0670a81
2 geänderte Dateien mit 0 neuen und 2 gelöschten Zeilen

Datei anzeigen

@ -126,7 +126,6 @@ public class BukkitWorld extends LocalWorld {
for (Vector2D chunk : region.getChunks()) {
Vector min = new Vector(chunk.getBlockX() * 16, 0, chunk.getBlockZ() * 16);
Vector max = min.add(15, 127, 15);
// First save all the blocks inside
for (int x = 0; x < 16; x++) {

Datei anzeigen

@ -27,7 +27,6 @@ import com.sk89q.minecraft.util.commands.CommandPermissions;
import com.sk89q.worldedit.*;
import com.sk89q.worldedit.data.LegacyChunkStore;
import com.sk89q.worldedit.data.McRegionChunkStore;
import com.sk89q.worldedit.regions.Region;
/**
* Chunk tools.