1
This commit is contained in:
parent
28946f80b9
commit
d78bc4e0de
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user