房间内显示房间信息

This commit is contained in:
MrZ626
2021-05-04 18:01:25 +08:00
parent f68aa26278
commit 1c342d0327
4 changed files with 37 additions and 15 deletions

View File

@@ -66,7 +66,7 @@ function scene.keyDown(k)
LOG.print("Can't enter private room now")
return
end
NET.enterRoom(NET.roomList[selected].rid)--,password
NET.enterRoom(NET.roomList[selected])--,password
end
end
end