锦标赛优化,0点多进行一次分组

This commit is contained in:
hahwu 2026-03-06 14:58:30 +08:00
parent ed7e2d7625
commit 20cd54b84f

View File

@ -208,7 +208,7 @@ func NotifyAllPlayerMsg(m *msg.Msg) {
}
func ChampshipGroupHandler(data *msg.Msg) (interface{}, error) {
G_GameLogicPtr.ChampshipMgr.group()
G_GameLogicPtr.ChampshipMgr.group(true)
return nil, nil
}