This commit is contained in:
kunfei
2023-03-19 20:04:06 +08:00
parent 1c8af525ec
commit 1e1b87e47a
2 changed files with 4 additions and 2 deletions
@@ -28,7 +28,7 @@ interface BaseBook : RuleDataInterface {
}
fun getCustomVariable(): String {
return getVariable("custom") ?: ""
return getVariable("custom")
}
override fun putBigVariable(key: String, value: String?) {