|
@ -19,6 +19,7 @@ public class CommandListener { |
|
|
commands.put("location", new LocationCommand()); |
|
|
commands.put("location", new LocationCommand()); |
|
|
commands.put("travel", new TravelCommand()); |
|
|
commands.put("travel", new TravelCommand()); |
|
|
commands.put("inventory", new InventoryCommand()); |
|
|
commands.put("inventory", new InventoryCommand()); |
|
|
|
|
|
commands.put("lookaround", new LookaroundCommand()); |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|