bugfix emote
This commit is contained in:
parent
7178214c65
commit
2066792de8
@ -284,9 +284,11 @@ void Player::UpdateEmote()
|
|||||||
emotes = &itr->second;
|
emotes = &itr->second;
|
||||||
}
|
}
|
||||||
|
|
||||||
cs::MFEmote* emote = emotes->Add();
|
{
|
||||||
emote->set_emote_id(emote_id);
|
cs::MFEmote* p = emotes->Add();
|
||||||
emote->set_player_id(entity_uniid);
|
p->set_emote_id(emote_id);
|
||||||
|
p->set_player_id(entity_uniid);
|
||||||
|
}
|
||||||
|
|
||||||
emote = false;
|
emote = false;
|
||||||
emote_id = 0;
|
emote_id = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user