1
This commit is contained in:
parent
a067330169
commit
5012b4117d
@ -98,7 +98,6 @@ class Human : public MoveableEntity
|
||||
bool dead = false;
|
||||
long long dead_frameno = 0;
|
||||
long long real_dead_frameno = 0;
|
||||
std::set<std::string> join_team_members;
|
||||
|
||||
Weapon default_weapon;
|
||||
Weapon car_weapon;
|
||||
|
@ -105,13 +105,6 @@ Player* PlayerMgr::CreatePlayerByCMJoin(Player* hum,
|
||||
}
|
||||
}
|
||||
#if 1
|
||||
{
|
||||
for (auto& member : msg.team_members()) {
|
||||
if (member.account_id() != hum->account_id) {
|
||||
hum->join_team_members.insert(member.account_id());
|
||||
}
|
||||
}
|
||||
}
|
||||
{
|
||||
int idx = 0;
|
||||
for (int skin_id : msg.baseskin()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user