From e8e04e7e7b4d5e939931c7b6c13ac3d8ba9dcb96 Mon Sep 17 00:00:00 2001 From: lieren2023 <131325076+lieren2023@users.noreply.github.com> Date: Wed, 4 Oct 2023 12:37:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=85=B3=E9=97=AD=E8=A7=A6?= =?UTF-8?q?=E5=B1=8F=E6=A8=A1=E5=BC=8F=E6=97=B6=E6=89=8B=E6=9C=BA=E7=AB=AF?= =?UTF-8?q?=E9=95=BF=E6=8C=89=E5=A4=9A=E5=BC=B9=E5=87=BA=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E4=BB=8B=E7=BB=8D=E6=A1=86=E7=9A=84bug?= 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 4c3ce75fe..2f15009e7 100644 --- a/game/game.js +++ b/game/game.js @@ -7568,7 +7568,7 @@ if(left){ node.listen(ui.click.intro); } - if(lib.config.hover_all){ + if(lib.config.hover_all&&!lib.device){ lib.setHover(node,ui.click.hoverplayer); } if(lib.config.right_info){