不再允许防沉迷时间到后创建房间
This commit is contained in:
@@ -29,6 +29,7 @@ local sList={
|
||||
local scene={}
|
||||
|
||||
local function _createRoom()
|
||||
if legalGameTime()then
|
||||
local pw=passwordBox.value
|
||||
if pw==""then pw=nil end
|
||||
local roomname=STRING.trim(roomNameBox.value)
|
||||
@@ -43,6 +44,7 @@ local function _createRoom()
|
||||
ROOMENV,
|
||||
pw
|
||||
)
|
||||
end
|
||||
end
|
||||
|
||||
function scene.sceneInit()
|
||||
|
||||
Reference in New Issue
Block a user