Skip to content

Commit

Permalink
Cleaned up some code.
Browse files Browse the repository at this point in the history
  • Loading branch information
sk89q committed Mar 14, 2011
1 parent 2d58fcb commit e2c0670
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/com/sk89q/worldedit/bukkit/BukkitWorld.java
Expand Up @@ -126,7 +126,6 @@ public boolean regenerate(Region region, EditSession editSession) {

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++) {
Expand Down
1 change: 0 additions & 1 deletion src/com/sk89q/worldedit/commands/ChunkCommands.java
Expand Up @@ -27,7 +27,6 @@
import com.sk89q.worldedit.*;
import com.sk89q.worldedit.data.LegacyChunkStore;
import com.sk89q.worldedit.data.McRegionChunkStore;
import com.sk89q.worldedit.regions.Region;

/**
* Chunk tools.
Expand Down

0 comments on commit e2c0670

Please sign in to comment.