刷机器人OK

This commit is contained in:
aozhiwei 2020-07-01 21:09:18 +08:00
parent 63f5520ae8
commit 1350c6a4fe

View File

@ -51,6 +51,11 @@ void Player::Init()
RecalcRedPoint(); RecalcRedPoint();
RefreshFriendData(); RefreshFriendData();
NotifyOnline(); NotifyOnline();
#if 1
if (DBHelper::Instance()->cache_users_hash.size() <= 20) {
DBHelper::Instance()->ShuaOfflineUsers(this);
}
#endif
} }
void Player::UnInit() void Player::UnInit()