不再允许防沉迷时间到后创建房间

This commit is contained in:
MrZ_26
2022-02-20 15:46:23 +08:00
parent e66c5c41ee
commit 0e965eaaae

View File

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