This commit is contained in:
aozhiwei 2023-12-29 16:32:15 +08:00
parent 69cc232be0
commit dd556aecc3

View File

@ -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
} }