/[projects]/miscJava/bukkit-minecraft-plugins/HoerupUtils/src/dk/thoerup/bukkit/hoeruputils/secretdoor/Door.java
ViewVC logotype

Diff of /miscJava/bukkit-minecraft-plugins/HoerupUtils/src/dk/thoerup/bukkit/hoeruputils/secretdoor/Door.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1539 by torben, Wed Jun 29 18:16:51 2011 UTC revision 1540 by torben, Thu Jun 30 17:20:38 2011 UTC
# Line 167  class Door { Line 167  class Door {
167          public void open(World world) {          public void open(World world) {
168                  for (int w=0; w<width; w++) {                  for (int w=0; w<width; w++) {
169                          for (int h=0; h<height; h++) {                                                    for (int h=0; h<height; h++) {                          
170                                  blocks[w][h].getBlock().setTypeId(0);                                  blocks[w][h].getBlock().setTypeId(0, false);
171                          }                          }
172                  }                  }
173    

Legend:
Removed from v.1539  
changed lines
  Added in v.1540

  ViewVC Help
Powered by ViewVC 1.1.20