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

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

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

revision 1967 by torben, Sat Mar 23 10:14:42 2013 UTC revision 1968 by torben, Thu Apr 11 14:18:59 2013 UTC
# Line 106  public class HoerupUtilsPlugin extends J Line 106  public class HoerupUtilsPlugin extends J
106                  pm.registerEvents(chunks, this);                  pm.registerEvents(chunks, this);
107                  getCommand("stickychunk").setExecutor(chunks);                            getCommand("stickychunk").setExecutor(chunks);          
108                                    
109                    Mute mute = new Mute(this);
110                    pm.registerEvents(mute, this);
111                    getCommand("mute").setExecutor(mute);
112                    getCommand("unmute").setExecutor(mute);
113                                    
114                    
115                  Runnable ddlInstaller = new Runnable() {                  Runnable ddlInstaller = new Runnable() {

Legend:
Removed from v.1967  
changed lines
  Added in v.1968

  ViewVC Help
Powered by ViewVC 1.1.20