1
This commit is contained in:
parent
8b8a7b7e8f
commit
25555aef2e
@ -166,6 +166,12 @@ void Player::_CMUpdateUserInfo(f8::MsgHdr& hdr, const cs::CMUpdateUserInfo& msg)
|
||||
if (msg.has_sex()) {
|
||||
myself.base_data.sex = msg.sex();
|
||||
}
|
||||
if (msg.has_vip_lv()) {
|
||||
myself.base_data.vip_lv = msg.vip_lv();
|
||||
}
|
||||
if (msg.has_head()) {
|
||||
myself.base_data.head = msg.head();
|
||||
}
|
||||
if (msg.has_user_value1()) {
|
||||
myself.base_data.user_value1 = msg.user_value1();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user