|
@ -16,6 +16,7 @@ public class CommandListener { |
|
|
|
|
|
|
|
|
commands.put("exit", new QuitCommand()); |
|
|
commands.put("exit", new QuitCommand()); |
|
|
commands.put("quit", new QuitCommand()); |
|
|
commands.put("quit", new QuitCommand()); |
|
|
|
|
|
commands.put("location", new LocationCommand()); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
public HashMap<String, CommandAPI> returnCommands() { |
|
|
public HashMap<String, CommandAPI> returnCommands() { |
|
|