Skip to content

Commit

Permalink
ahahahha
Browse files Browse the repository at this point in the history
  • Loading branch information
mbax committed Sep 26, 2012
1 parent 830fdc9 commit 0c1d6cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/to/joe/j2mc/portals/J2MC_Portals.java
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ public void loadPortalAreas() {
if (c == 'O') {
final Location loc = new Location(world, curX, curY, curZ);
locations.add(loc);
loc.getBlock().setTypeId(17);
}
if (xdim) {
curX++;
Expand Down

0 comments on commit 0c1d6cd

Please sign in to comment.