From 9f56948f47ca073546350f24abc3386287cd0fe8 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Sat, 10 Apr 2021 18:33:42 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E8=BF=9B=E5=85=A5=E5=B7=B2?= =?UTF-8?q?=E7=BB=8F=E5=BC=80=E5=A7=8B=E6=B8=B8=E6=88=8F=E7=9A=84=E6=88=BF?= =?UTF-8?q?=E9=97=B4=E6=97=B6=E5=BC=B9=E5=87=BA=E7=9A=84=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/net_rooms.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/parts/scenes/net_rooms.lua b/parts/scenes/net_rooms.lua index e43fc124..0f38b9bf 100644 --- a/parts/scenes/net_rooms.lua +++ b/parts/scenes/net_rooms.lua @@ -67,9 +67,6 @@ function scene.keyDown(k) LOG.print("Can't enter private room now") return end - if NET.roomList[selected].start then - LOG.print("Can't enter room after start") - end NET.enterRoom(NET.roomList[selected].rid)--,password end end