bugfix emote

This commit is contained in:
aozhiwei 2019-04-11 12:56:17 +08:00
parent 7178214c65
commit 2066792de8

View File

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