Skip to content

Commit

Permalink
added "drop" command to drop stored items on purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
Bone008 committed Apr 11, 2012
1 parent 27b69d1 commit 0f96737
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -23,6 +23,7 @@ public CommandManager(DeathControl plugin){

commandMap.put("help", new HelpCommand(this));
commandMap.put("back", new BackCommand(this));
commandMap.put("drop", new DropCommand(this));
commandMap.put("reload", new ReloadCommand(this));
commandMap.put("info", new InfoCommand(this));
}
Expand Down

0 comments on commit 0f96737

Please sign in to comment.