mirror of
https://github.com/HighCapable/Gropify.git
synced 2025-12-10 15:24:07 +08:00
fix: update replacementKeyValues to use correct property
This commit is contained in:
@@ -64,9 +64,9 @@ internal object DefaultConfig {
|
||||
?: createCommonGenerateConfig(name).permanentKeyValues
|
||||
|
||||
override val replacementKeyValues
|
||||
get() = selfCommon?.permanentKeyValues
|
||||
?: globalCommon?.permanentKeyValues
|
||||
?: createCommonGenerateConfig(name).permanentKeyValues
|
||||
get() = selfCommon?.replacementKeyValues
|
||||
?: globalCommon?.replacementKeyValues
|
||||
?: createCommonGenerateConfig(name).replacementKeyValues
|
||||
|
||||
override val excludeKeys
|
||||
get() = selfCommon?.excludeKeys
|
||||
@@ -142,9 +142,9 @@ internal object DefaultConfig {
|
||||
?: createCommonGenerateConfig(name).permanentKeyValues
|
||||
|
||||
override val replacementKeyValues
|
||||
get() = selfCommon?.permanentKeyValues
|
||||
?: globalCommon?.permanentKeyValues
|
||||
?: createCommonGenerateConfig(name).permanentKeyValues
|
||||
get() = selfCommon?.replacementKeyValues
|
||||
?: globalCommon?.replacementKeyValues
|
||||
?: createCommonGenerateConfig(name).replacementKeyValues
|
||||
|
||||
override val excludeKeys
|
||||
get() = selfCommon?.excludeKeys
|
||||
@@ -220,9 +220,9 @@ internal object DefaultConfig {
|
||||
?: createCommonGenerateConfig(name).permanentKeyValues
|
||||
|
||||
override val replacementKeyValues
|
||||
get() = selfCommon?.permanentKeyValues
|
||||
?: globalCommon?.permanentKeyValues
|
||||
?: createCommonGenerateConfig(name).permanentKeyValues
|
||||
get() = selfCommon?.replacementKeyValues
|
||||
?: globalCommon?.replacementKeyValues
|
||||
?: createCommonGenerateConfig(name).replacementKeyValues
|
||||
|
||||
override val excludeKeys
|
||||
get() = selfCommon?.excludeKeys
|
||||
@@ -296,9 +296,9 @@ internal object DefaultConfig {
|
||||
?: createCommonGenerateConfig(name).permanentKeyValues
|
||||
|
||||
override val replacementKeyValues
|
||||
get() = selfCommon?.permanentKeyValues
|
||||
?: globalCommon?.permanentKeyValues
|
||||
?: createCommonGenerateConfig(name).permanentKeyValues
|
||||
get() = selfCommon?.replacementKeyValues
|
||||
?: globalCommon?.replacementKeyValues
|
||||
?: createCommonGenerateConfig(name).replacementKeyValues
|
||||
|
||||
override val excludeKeys
|
||||
get() = selfCommon?.excludeKeys
|
||||
|
||||
Reference in New Issue
Block a user