1
This commit is contained in:
parent
508f1403df
commit
edda9fd46f
@ -3984,6 +3984,9 @@ void Room::AddTeam(class MatchTeam* team)
|
|||||||
Player* hum = NewPlayer();
|
Player* hum = NewPlayer();
|
||||||
hum->proto_version = msg.proto_version();
|
hum->proto_version = msg.proto_version();
|
||||||
hum->hero_uniid = msg.hero_uniid();
|
hum->hero_uniid = msg.hero_uniid();
|
||||||
|
hum->battle_uuid = member->battle_uuid;
|
||||||
|
hum->is_valid_battle = member->is_valid_battle;
|
||||||
|
hum->payload = member->payload;
|
||||||
#if 1
|
#if 1
|
||||||
a8::SetBitFlag(hum->status, CS_ForceTeam);
|
a8::SetBitFlag(hum->status, CS_ForceTeam);
|
||||||
#if 0
|
#if 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user