/[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 1750 by torben, Sun Mar 18 10:35:28 2012 UTC revision 1751 by torben, Sun Mar 18 14:58:22 2012 UTC
# Line 49  public class HoerupUtilsPlugin extends J Line 49  public class HoerupUtilsPlugin extends J
49                  getCommand("setsurface").setExecutor( generalContractor );                  getCommand("setsurface").setExecutor( generalContractor );
50                  getCommand("platform").setExecutor( generalContractor );                  getCommand("platform").setExecutor( generalContractor );
51                  getCommand("cylinder").setExecutor( generalContractor );                  getCommand("cylinder").setExecutor( generalContractor );
52                    getCommand("createcave").setExecutor( generalContractor );
53    
54                                    
55                  getCommand("template").setExecutor( new TemplateCommand(this) );                  getCommand("template").setExecutor( new TemplateCommand(this) );

Legend:
Removed from v.1750  
changed lines
  Added in v.1751

  ViewVC Help
Powered by ViewVC 1.1.20