修复合并坐骑栏开关失效的bug

This commit is contained in:
lieren2023 2023-12-05 14:31:14 +08:00 committed by GitHub
parent 05ad271d49
commit bc9c2dbd10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -59128,7 +59128,7 @@ new Promise(resolve=>{
* 判断坐骑栏是否被合并
*/
mountCombined:function(){
if(lib.configOL){
if(lib.configOL.mount_combine){
return lib.configOL.mount_combine;
}
else if(typeof _status.mountCombined!='boolean'){