调整进房间任务锁机制,修复一个请求参数名写错

This commit is contained in:
MrZ626
2021-03-30 10:46:23 +08:00
parent 101636a60a
commit 0efdb7dc33
2 changed files with 13 additions and 11 deletions

View File

@@ -1199,7 +1199,7 @@ do
SCN.go("net_menu")
elseif res.action==0 then--Fetch rooms
NET.roomList=res.roomList
elseif res.action==2 then--Join room
elseif res.action==2 then--Join(create) room
loadGame("netBattle",true,true)
NET.unlock("enterRoom")
elseif res.action==3 then--Leave room