移除进入已经开始游戏的房间时弹出的提示

This commit is contained in:
MrZ626
2021-04-10 18:33:42 +08:00
parent 4e2822eb0a
commit 9f56948f47

View File

@@ -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