/[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 1748 by torben, Sun Mar 18 11:43:52 2012 UTC revision 1749 by torben, Sun Mar 18 11:46:05 2012 UTC
# Line 184  public class TemplateCommand implements Line 184  public class TemplateCommand implements
184                                          int y = loc.getBlockY() + j;                                          int y = loc.getBlockY() + j;
185                                          int z = loc.getBlockZ() + k;                                          int z = loc.getBlockZ() + k;
186                                                                                    
187                                          if (y >= 256) {                                          if (y >= 255) {
188                                                  continue;                                                  continue;
189                                          }                                          }
190    

Legend:
Removed from v.1748  
changed lines
  Added in v.1749

  ViewVC Help
Powered by ViewVC 1.1.20