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