diff --git a/src/actions/PvpAction.lua b/src/actions/PvpAction.lua index ee2c295..4e34bc4 100644 --- a/src/actions/PvpAction.lua +++ b/src/actions/PvpAction.lua @@ -257,8 +257,8 @@ function _M.startBattleRpc(agent, data) local idx = msg.idx local revenge = msg.revenge - local pvpTC = role:getProperty("pvpTC") - if not pvpTC.heros or not next(pvpTC.heros) then return 1 end + -- local pvpTC = role:getProperty("pvpTC") + -- if not pvpTC.heros or not next(pvpTC.heros) then return 1 end local team = msg.team if not team then return end @@ -473,8 +473,8 @@ function _M.startBattleHRpc(agent, data) local revenge = msg.revenge if not role:isTimeResetOpen(TimeReset.PvpHight) then return end - local pvpTH = role:getProperty("pvpTH") - if not next(pvpTH) then return 1 end + -- local pvpTH = role:getProperty("pvpTH") + -- if not next(pvpTH) then return 1 end -- 检查并记录玩家队伍 local pvpTH = {} -- libgit2 0.21.2