From bc9c2dbd1013c6a4c97d61ecf385be6dddbf1760 Mon Sep 17 00:00:00 2001 From: lieren2023 <131325076+lieren2023@users.noreply.github.com> Date: Tue, 5 Dec 2023 14:31:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=90=88=E5=B9=B6=E5=9D=90?= =?UTF-8?q?=E9=AA=91=E6=A0=8F=E5=BC=80=E5=85=B3=E5=A4=B1=E6=95=88=E7=9A=84?= =?UTF-8?q?bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game/game.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'){