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

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

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

revision 1942 by torben, Wed Mar 20 21:08:46 2013 UTC revision 1943 by torben, Wed Mar 20 21:13:57 2013 UTC
# Line 81  public class StickyChunk implements List Line 81  public class StickyChunk implements List
81                                          int z = c.getZ();                                                                        int z = c.getZ();                              
82    
83                                          if (x >= chunk.x_min && x <= chunk.x_max && z>=chunk.z_min && z<=chunk.z_max) {                                          if (x >= chunk.x_min && x <= chunk.x_max && z>=chunk.z_min && z<=chunk.z_max) {
84                                                  System.out.println("Cancelling unload " + x + " " + z);                                                  //System.out.println("Cancelling unload " + x + " " + z);
85                                                  event.setCancelled(true);                                                  event.setCancelled(true);
86                                                  return; //                                                  return; //
87                                          }                                          }

Legend:
Removed from v.1942  
changed lines
  Added in v.1943

  ViewVC Help
Powered by ViewVC 1.1.20