移除进入已经开始游戏的房间时弹出的提示
This commit is contained in:
@@ -67,9 +67,6 @@ function scene.keyDown(k)
|
|||||||
LOG.print("Can't enter private room now")
|
LOG.print("Can't enter private room now")
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
if NET.roomList[selected].start then
|
|
||||||
LOG.print("Can't enter room after start")
|
|
||||||
end
|
|
||||||
NET.enterRoom(NET.roomList[selected].rid)--,password
|
NET.enterRoom(NET.roomList[selected].rid)--,password
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user