This commit is contained in:
aozhiwei 2020-06-17 15:49:52 +08:00
parent a869e2b5d9
commit 8689b4e967

View File

@ -371,7 +371,6 @@ void PlayerMgr::AsyncLoginOnOk(const std::string& account_id,
respmsg.set_errcode(0); respmsg.set_errcode(0);
respmsg.set_errmsg("ok"); respmsg.set_errmsg("ok");
hum->SendMsg(respmsg); hum->SendMsg(respmsg);
hum->PushFriendList();
} }
f8::MsgHdr::Destroy(hdr); f8::MsgHdr::Destroy(hdr);
} }