Merge branch 'kotlin-1.9' into kotlin-1.9.4

This commit is contained in:
octarine-noise
2016-09-13 21:12:29 +02:00
4 changed files with 8 additions and 3 deletions

View File

@@ -56,6 +56,6 @@ abstract class IdListConfigEntry<T>(
}
override fun getComment() = I18n.format("${configElement.languageKey}.tooltip.element", "${GOLD}${item.itemName}${YELLOW}")
val booleanValue: Boolean get() = value as Boolean
val booleanValue: Boolean get() = defaultValue as Boolean
}
}