WIP inventory implementation

Former-commit-id: ce7d2125209c2c4f49b7d755b068ce72387f5e8f
Former-commit-id: f413b2699ee7448f3d3b70775ca7b679ade66475
This commit is contained in:
Song Minjae
2016-12-12 23:29:13 +09:00
parent 870c9b36ff
commit e1642c799c
10 changed files with 157 additions and 52 deletions

View File

@@ -18,7 +18,7 @@ class CodexEdictis : ConsoleCommand {
}
else {
try {
val commandObj = CommandDict.get(args[1].toLowerCase())
val commandObj = CommandDict[args[1].toLowerCase()]
commandObj.printUsage()
}
catch (e: NullPointerException) {