Skip to content
Snippets Groups Projects
Commit 38fcbe91 authored by Chris Kearney's avatar Chris Kearney
Browse files

wtf

parent fe5bc938
No related branches found
No related tags found
No related merge requests found
......@@ -33,10 +33,8 @@ public class ConfigureCommands {
lockerCommandRegistry.addCommand(new GetCommand(gameManager));
lockerCommandRegistry.addCommand(new QueryCommand(gameManager));
lockerCommandRegistry.addCommand(new com.comandante.creeper.merchant.lockers.DoneCommand(gameManager));
}
public static void configure(GameManager gameManager) {
creeperCommandRegistry = new CreeperCommandRegistry(new UnknownCommand(gameManager));
creeperCommandRegistry.addCommand(new DropCommand(gameManager));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment