1
This commit is contained in:
parent
5c1eda4095
commit
8746bfd991
@ -94,7 +94,6 @@ void Player::_CMUpdateUserInfo(f8::MsgHdr& hdr, const cs::CMUpdateUserInfo& msg)
|
||||
if (msg.has_user_value3()) {
|
||||
myself.base_data.user_value3 = msg.user_value3();
|
||||
}
|
||||
++myself.base_data.base_data_version;
|
||||
OnDataVersion1Change();
|
||||
}
|
||||
|
||||
@ -660,6 +659,7 @@ void Player::NotifyOffline()
|
||||
|
||||
void Player::OnDataVersion1Change()
|
||||
{
|
||||
++myself.base_data.base_data_version;
|
||||
if (!update_user_info_timer_) {
|
||||
update_user_info_timer_ = a8::Timer::Instance()->AddDeadLineTimerAndAttach
|
||||
(
|
||||
|
Loading…
x
Reference in New Issue
Block a user