revived the held item lighting

This commit is contained in:
minjaesong
2024-02-05 17:18:28 +09:00
parent 2d42525092
commit 3491926e7c
5 changed files with 65 additions and 13 deletions

View File

@@ -61,6 +61,7 @@ internal object CommandInterpreter {
System.err.print("[CommandInterpreter] ")
e.printStackTrace()
EchoError(Lang["ERROR_GENERIC_TEXT"])
EchoError(e.localizedMessage)
}
}
catch (e: NullPointerException) {