This commit is contained in:
aozhiwei 2021-09-29 05:25:07 +00:00
parent 2dc3809af9
commit 4b886858c5

View File

@ -84,13 +84,7 @@ void MatchTeam::Init(f8::MsgHdr& hdr, const cs::CMJoin& msg)
MatchTeam* team = (MatchTeam*)param.sender.GetUserData();
team->Update();
},
&timer_attacher.timer_list_,
[] (const a8::XParams& param)
{
#ifdef DEBUG
a8::XPrintf("~MatchTeam.timer\n", {});
#endif
}
&timer_attacher.timer_list_
);
phase_= kMatchCombining;
phase_start_tick_ = a8::XGetTickCount();