MES模块增加更多图标,调整使用方法
This commit is contained in:
@@ -61,8 +61,8 @@ function scene.keyDown(k)
|
||||
elseif k=="return"then
|
||||
if NET.getlock('fetchRoom')or not NET.roomList[selected]then return end
|
||||
local R=NET.roomList[selected]
|
||||
if R.roomInfo.version~=VERSION.short then MES.new('warn',"Version doesn't match")return end
|
||||
if R.private then MES.new('warn',"Can't enter private room now")return end
|
||||
if R.roomInfo.version~=VERSION.short then MES.new('error',"Version doesn't match")return end
|
||||
if R.private then MES.new('error',"Can't enter private room now")return end
|
||||
NET.enterRoom(R)--,password
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user