Merge pull request #717 from lieren2023/lieren2023-patch-4
修复合并坐骑栏开关失效的bug
This commit is contained in:
commit
6c2946e9bb
|
@ -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'){
|
||||
|
|
Loading…
Reference in New Issue