优化
This commit is contained in:
@@ -28,7 +28,7 @@ interface BaseBook : RuleDataInterface {
|
||||
}
|
||||
|
||||
fun getCustomVariable(): String {
|
||||
return getVariable("custom") ?: ""
|
||||
return getVariable("custom")
|
||||
}
|
||||
|
||||
override fun putBigVariable(key: String, value: String?) {
|
||||
|
||||
Reference in New Issue
Block a user