fix: crash in some moulconfig editors
This commit is contained in:
@@ -71,7 +71,7 @@ jarvis = "1.1.4"
|
|||||||
nealisp = "1.1.0"
|
nealisp = "1.1.0"
|
||||||
|
|
||||||
# Update from https://github.com/NotEnoughUpdates/MoulConfig/tags
|
# Update from https://github.com/NotEnoughUpdates/MoulConfig/tags
|
||||||
moulconfig = "3.6.0"
|
moulconfig = "3.8.0"
|
||||||
|
|
||||||
# Update from https://repo.nea.moe/#/releases/moe/nea/mc-auto-translations/moe.nea.mc-auto-translations.gradle.plugin
|
# Update from https://repo.nea.moe/#/releases/moe/nea/mc-auto-translations/moe.nea.mc-auto-translations.gradle.plugin
|
||||||
mcAutoTranslations = "0.3.0"
|
mcAutoTranslations = "0.3.0"
|
||||||
|
|||||||
@@ -10,6 +10,9 @@ abstract class ProcessedOptionFirm(
|
|||||||
private val accordionId: Int,
|
private val accordionId: Int,
|
||||||
private val config: Config
|
private val config: Config
|
||||||
) : ProcessedOption {
|
) : ProcessedOption {
|
||||||
|
override fun getPath(): String? {
|
||||||
|
return "nonsense"
|
||||||
|
}
|
||||||
lateinit var category: ProcessedCategoryFirm
|
lateinit var category: ProcessedCategoryFirm
|
||||||
override fun getAccordionId(): Int {
|
override fun getAccordionId(): Int {
|
||||||
return accordionId
|
return accordionId
|
||||||
|
|||||||
Reference in New Issue
Block a user