dev_chengFeng
zhangqiang 2020-09-03 16:45:40 +08:00
parent 8827fccbaf
commit ca67dc9457
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ function this.UpdateFormation(msg)
Log("#msg.TeamPosInfo : " .. #msg.TeamPosInfo)
this.formationList = {}
-- this.curFormationIndex = this.SetCurFormationIndex()
this.curFormationIndex = 1
for i, team in ipairs(msg.TeamPosInfo) do
local oTeam = this.MakeAEmptyTeam(team.teamId)