This commit is contained in:
aozhiwei 2019-06-26 14:24:29 +08:00
parent 28946f80b9
commit d78bc4e0de

View File

@ -332,6 +332,7 @@ void Room::FillSMJoinedNotify(Player* self_hum, cs::SMJoinedNotify& msg)
msg.set_team_mode(msg.team_mode());
msg.set_player_id(self_hum->entity_uniid);
msg.set_started(false);
msg.set_room_uuid(a8::XValue(room_uuid).GetString());
#if 0
for (auto& pair : uniid_hash_) {
if (pair.second->entity_type == ET_Player) {