Browse Source

added new Command: "lookaround"

remotes/origin/Julia
Juliakn66 2 years ago
parent
commit
a74982a065
  1. 1
      src/main/java/org/bitbiome/commands/CommandListener.java

1
src/main/java/org/bitbiome/commands/CommandListener.java

@ -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());
} }

Loading…
Cancel
Save