Merge pull request #717 from lieren2023/lieren2023-patch-4

修复合并坐骑栏开关失效的bug
This commit is contained in:
Spmario233 2023-12-13 20:57:55 +08:00 committed by GitHub
commit 6c2946e9bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -59285,7 +59285,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'){