From 5e7c2309ac4d4585a1cf67e10776eb98abf4c1df Mon Sep 17 00:00:00 2001 From: MrZ_26 <1046101471@qq.com> Date: Fri, 19 May 2023 00:32:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AF=86=E7=A0=81=E6=A1=86?= =?UTF-8?q?=E9=87=8C=E6=9C=89=E4=B8=9C=E8=A5=BF=E7=9A=84=E6=97=B6=E5=80=99?= =?UTF-8?q?=E5=A6=82=E6=9E=9C=E5=AF=86=E7=A0=81=E6=A1=86=E6=98=AF=E9=9A=90?= =?UTF-8?q?=E8=97=8F=E7=9A=84=E8=BF=98=E4=BC=9A=E8=A7=86=E4=B8=BA=E5=A1=AB?= =?UTF-8?q?=E4=BA=86=E5=AF=86=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/net_rooms.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/scenes/net_rooms.lua b/parts/scenes/net_rooms.lua index 3b06ebe3..804d8379 100644 --- a/parts/scenes/net_rooms.lua +++ b/parts/scenes/net_rooms.lua @@ -86,7 +86,7 @@ function scene.keyDown(key) local R=roomList:getSel() if R and not TASK.getLock('fetchRoom') then if R.info.version==VERSION.room then - NET.room_enter(R.roomId,passwordBox.value) + NET.room_enter(R.roomId,not _hidePW() and passwordBox.value or nil) else MES.new('error',text.versionNotMatch) end