This commit is contained in:
aozhiwei 2021-09-28 12:03:13 +00:00
parent b24c9c414f
commit 72db3ca30b
2 changed files with 3 additions and 1 deletions

View File

@ -237,7 +237,7 @@ void MatchTeam::UpdateMaster()
} }
} }
} }
if (phase_left_time_ <= 0) { if (phase_left_time_ <= MetaMgr::Instance()->match_lock_time) {
for (int i = 0; i < 4; ++i) { for (int i = 0; i < 4; ++i) {
AutoChoose(true); AutoChoose(true);
} }

View File

@ -881,6 +881,7 @@ message MFMatchTeamMember
optional int32 state = 9; //0: 1: optional int32 state = 9; //0: 1:
optional int32 head = 10; // optional int32 head = 10; //
repeated int32 baseskin = 11; //id repeated int32 baseskin = 11; //id
optional int32 hero_skin = 12; //
} }
// //
@ -1110,6 +1111,7 @@ message CMMatchChoose
repeated MFSkin skins = 3; // key: id value: repeated MFSkin skins = 3; // key: id value:
repeated MFPair skill_list = 4; // key:id value:,0 repeated MFPair skill_list = 4; // key:id value:,0
repeated int32 baseskin = 5; //id repeated int32 baseskin = 5; //id
optional int32 hero_skin = 6; //
} }
//- //-