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

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

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

revision 1782 by torben, Thu Apr 5 20:50:00 2012 UTC revision 1783 by torben, Thu Apr 5 20:53:59 2012 UTC
# Line 309  public class SnitchingChest  implements Line 309  public class SnitchingChest  implements
309                                          String msg = null;                                          String msg = null;
310                                                                                    
311                                          if (count > savedcount) {                                          if (count > savedcount) {
312                                                  msg = player.getName() + " added "   + diff + " units of " + material + "(" +item + ") to "   + owner.getName() + "'s chest";                                                  msg = player.getName() + " added "   + diff + " units of " + material + "(" +item + ") to "   + owner.getName() + "'s chest at " + loc.getWorld() + "," + loc.getBlockX() + "," +loc.getBlockY() + "," + loc.getBlockZ();
313                                          } else { //(count < savedcount)                                          } else { //(count < savedcount)
314                                                  msg = player.getName() + " removed " + diff + " units of " + material + "(" +item + ") from " + owner.getName() + "'s chest";                                                  msg = player.getName() + " removed " + diff + " units of " + material + "(" +item + ") from " + owner.getName() + "'s chest at " + loc.getWorld() + "," + loc.getBlockX() + "," +loc.getBlockY() + "," + loc.getBlockZ();
315                                          }                                          }
316                                                                    
317                                                                    

Legend:
Removed from v.1782  
changed lines
  Added in v.1783

  ViewVC Help
Powered by ViewVC 1.1.20