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

Diff of /miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/TemplateCommand.java

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

revision 1740 by torben, Sun Mar 18 10:38:54 2012 UTC revision 1741 by torben, Sun Mar 18 10:40:25 2012 UTC
# Line 169  public class TemplateCommand implements Line 169  public class TemplateCommand implements
169                                          int y = loc.getBlockY() + j;                                          int y = loc.getBlockY() + j;
170                                          int z = loc.getBlockZ() + k;                                          int z = loc.getBlockZ() + k;
171                                                                                    
172                                          world.getBlockAt(x, y, z).setTypeId(  template[x][y][z] );                                          world.getBlockAt(x, y, z).setTypeId(  template[i][j][k] );
173                                  }                                  }
174                          }                          }
175                  }                  }

Legend:
Removed from v.1740  
changed lines
  Added in v.1741

  ViewVC Help
Powered by ViewVC 1.1.20