diff --git a/game/game.js b/game/game.js index e7840298e..2a3a6393d 100644 --- a/game/game.js +++ b/game/game.js @@ -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'){