mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
v1.7.1 (#48)
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:
parent
5f557e3d49
commit
33474c379a
7 changed files with 130 additions and 34 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue