mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-17 14:04:05 +09:00
WIP inventory implementation
Former-commit-id: ce7d2125209c2c4f49b7d755b068ce72387f5e8f Former-commit-id: f413b2699ee7448f3d3b70775ca7b679ade66475
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user