This commit is contained in:
Merry 2024-01-21 21:00:11 +00:00
parent e48bf0bb4a
commit 5e00dde8fb

View file

@ -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