f
This commit is contained in:
parent
e48bf0bb4a
commit
5e00dde8fb
1 changed files with 1 additions and 1 deletions
|
@ -337,7 +337,7 @@ abstract class SettingsItem(
|
|||
BooleanSetting.MULTIBLOCK_COMPILATION.setBoolean(value)
|
||||
}
|
||||
|
||||
override val key: String = MULTIBLOCK_COMPILATION
|
||||
override val key: String = BooleanSetting.MULTIBLOCK_COMPILATION.key
|
||||
override val isRuntimeModifiable: Boolean = false
|
||||
override val pairedSettingKey = BooleanSetting.CPU_DEBUG_MODE.key
|
||||
override val defaultValue: Boolean = true
|
||||
|
|
Loading…
Add table
Reference in a new issue