Skip to content

Commit

Permalink
I did something
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Macagno committed Jan 18, 2012
1 parent f745243 commit 8d1c32b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/lotrcraft/strategycraft/buildings/Building.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ public void build(Location l){
location.getBlockY() - (s.getHeight()/2) + y,
location.getBlockZ() - (s.getLength()/2) + z);

System.out.println(tmpLoc);
l.getWorld().getBlockAt(tmpLoc).setData(bytes[y*s.getHeight() + x*s.getWidth() + z]);
}
}
Expand Down

0 comments on commit 8d1c32b

Please sign in to comment.