1
This commit is contained in:
parent
571fc0f58c
commit
d0ab84e164
@ -601,10 +601,14 @@ Human* Room::CreateAndroidWithCustomMember(std::shared_ptr<CustomMember> custom_
|
||||
hum->Initialize();
|
||||
AddToEntityHash(hum);
|
||||
AddToHumanHash(hum);
|
||||
if (team) {
|
||||
team->AddMember(hum);
|
||||
} else {
|
||||
if (GetMapModeMeta()->mapMode() != mt::kCircuitMatchMode) {
|
||||
MatchTeam(hum);
|
||||
} else {
|
||||
if (team) {
|
||||
team->AddMember(hum);
|
||||
} else {
|
||||
MatchTeam(hum);
|
||||
}
|
||||
}
|
||||
if (!hum->IsOb()) {
|
||||
IncAliveCount();
|
||||
|
Loading…
x
Reference in New Issue
Block a user