/[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 1737 by torben, Wed Mar 14 20:25:27 2012 UTC revision 1738 by torben, Sun Mar 18 10:19:19 2012 UTC
# Line 50  public class HoerupUtilsPlugin extends J Line 50  public class HoerupUtilsPlugin extends J
50                  getCommand("platform").setExecutor( generalContractor );                  getCommand("platform").setExecutor( generalContractor );
51                  getCommand("cylinder").setExecutor( generalContractor );                  getCommand("cylinder").setExecutor( generalContractor );
52    
53                    
54                    getCommand("cylinder").setExecutor( new TemplateCommand(this) );
55    
56                  LogintimeHandler logintimeHandler = new LogintimeHandler( this.getDataFolder() );                  LogintimeHandler logintimeHandler = new LogintimeHandler( this.getDataFolder() );
57                                    

Legend:
Removed from v.1737  
changed lines
  Added in v.1738

  ViewVC Help
Powered by ViewVC 1.1.20