/[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 1744 by torben, Sun Mar 18 11:00:09 2012 UTC revision 1745 by torben, Sun Mar 18 11:05:18 2012 UTC
# Line 177  public class TemplateCommand implements Line 177  public class TemplateCommand implements
177                                          int type = template[i][j][k];                                          int type = template[i][j][k];
178                                                                                    
179                                                                                    
180                                          plugin.getLogger().info(  String.format(  "Setting typeid at %d,%d,%d  to %d", x,y,z, type)  );                                          //plugin.getLogger().info(  String.format(  "Setting typeid at %d,%d,%d  to %d", x,y,z, type)  );
181                                                                                    
182                                          world.getBlockAt(x, y, z).setTypeId( type  );                                          world.getBlockAt(x, y, z).setTypeId( type  );
183                                  }                                  }

Legend:
Removed from v.1744  
changed lines
  Added in v.1745

  ViewVC Help
Powered by ViewVC 1.1.20