This commit is contained in:
hahwu 2025-01-24 15:22:52 +08:00
parent a7e1607113
commit afb158420b

View File

@ -321,7 +321,7 @@ func (c *ChampshipMgr) group(m *msg.Msg) (interface{}, error) {
if len(ChampshipData.Pool) == 0 { // 未分配玩家池为空
return nil, nil
}
log.Debug("ChampshipMgr group, player num:", len(ChampshipData.Pool))
log.Debug("ChampshipMgr group, player num:%d", len(ChampshipData.Pool))
g := make(map[int][]int, 0)
for k, v := range ChampshipData.Pool { // step 1:根据数值分配玩家
x := 0