修复合并坐骑栏开关失效的bug
This commit is contained in:
parent
05ad271d49
commit
bc9c2dbd10
|
@ -59128,7 +59128,7 @@ new Promise(resolve=>{
|
||||||
* 判断坐骑栏是否被合并
|
* 判断坐骑栏是否被合并
|
||||||
*/
|
*/
|
||||||
mountCombined:function(){
|
mountCombined:function(){
|
||||||
if(lib.configOL){
|
if(lib.configOL.mount_combine){
|
||||||
return lib.configOL.mount_combine;
|
return lib.configOL.mount_combine;
|
||||||
}
|
}
|
||||||
else if(typeof _status.mountCombined!='boolean'){
|
else if(typeof _status.mountCombined!='boolean'){
|
||||||
|
|
Loading…
Reference in New Issue