1
This commit is contained in:
parent
69cc232be0
commit
dd556aecc3
@ -408,6 +408,16 @@ void Room::AddPlayer(Player* hum, std::shared_ptr<BornPoint> init_born_point, bo
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
&hum->xtimer_attacher);
|
&hum->xtimer_attacher);
|
||||||
|
#ifdef MYDEBUG1
|
||||||
|
for (auto& pair : human_hash_) {
|
||||||
|
a8::XPrintf("moba check uniid:%d team_id:%d side:%d\n",
|
||||||
|
{
|
||||||
|
pair.second->GetUniId(),
|
||||||
|
pair.second->GetTeam()->GetTeamId(),
|
||||||
|
pair.second->side
|
||||||
|
});
|
||||||
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user