/[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 1854 by torben, Sun Sep 23 18:56:24 2012 UTC revision 1855 by torben, Sat Oct 13 20:55:30 2012 UTC
# Line 50  public class HoerupUtilsPlugin extends J Line 50  public class HoerupUtilsPlugin extends J
50    
51                  DiverCommand diver = new DiverCommand(this );                  DiverCommand diver = new DiverCommand(this );
52                  getCommand("diver").setExecutor( diver );                  getCommand("diver").setExecutor( diver );
53    
54                    getCommand("opkill").setExecutor( new OpkillCommand() );
55                                    
56                  GeneralContractorCommands generalContractor = new GeneralContractorCommands();                  GeneralContractorCommands generalContractor = new GeneralContractorCommands();
57                  getCommand("replay").setExecutor( generalContractor );                  getCommand("replay").setExecutor( generalContractor );

Legend:
Removed from v.1854  
changed lines
  Added in v.1855

  ViewVC Help
Powered by ViewVC 1.1.20