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

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

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

revision 1672 by torben, Thu Dec 22 20:30:28 2011 UTC revision 1673 by torben, Fri Dec 23 10:27:05 2011 UTC
# Line 32  public class HoerupUtilsPlugin extends J Line 32  public class HoerupUtilsPlugin extends J
32                  getCommand("wall").setExecutor( new WallCommand() );                  getCommand("wall").setExecutor( new WallCommand() );
33                  getCommand("weather").setExecutor( new WeatherCommand() );                  getCommand("weather").setExecutor( new WeatherCommand() );
34    
35                    getCommand("gc").setExecutor( new GcCommand() );
36    
37    
38                  HomeCommand home = new HomeCommand(this);                  HomeCommand home = new HomeCommand(this);
39                  getCommand("home").setExecutor( home );                  getCommand("home").setExecutor( home );

Legend:
Removed from v.1672  
changed lines
  Added in v.1673

  ViewVC Help
Powered by ViewVC 1.1.20