Fix getting cost for color renaming causing null pointer exception when
inventory name is null (Fix #47)
Add safety when executing dependency handling code
This commit is contained in:
alexcrea 2025-01-25 02:13:05 +01:00 committed by GitHub
parent 5f557e3d49
commit 33474c379a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 130 additions and 34 deletions

View file

@ -48,8 +48,8 @@ object ConfigOptions {
private const val KEY_ITEM = "item"
// Debug flag
private const val DEBUG_LOGGING = "debug_log"
private const val VERBOSE_DEBUG_LOGGING = "debug_log_verbose"
const val DEBUG_LOGGING = "debug_log"
const val VERBOSE_DEBUG_LOGGING = "debug_log_verbose"
// ----------------------
// Default config values