mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-14 23:56:07 +09:00
new load wip
This commit is contained in:
@@ -59,7 +59,7 @@ class SavegameCracker(
|
||||
private val cc0 = colourCodes[0]
|
||||
|
||||
private val prompt: String
|
||||
get() = "$ccConst${disk?.getDiskNameString(charset) ?: ""}$cc0% "
|
||||
get() = "$ccConst${disk?.getDiskName(charset) ?: ""}$cc0% "
|
||||
|
||||
private val cmds: HashMap<String, KFunction<*>> = HashMap()
|
||||
init {
|
||||
|
||||
Reference in New Issue
Block a user