协议更新
This commit is contained in:
parent
502943250a
commit
e065a15028
@ -208,9 +208,6 @@ func (p *PlayerBaseData) ResPlayerBaseInfo(player *Player) {
|
|||||||
RegisterTime: int32(p.GetRegisterTime()),
|
RegisterTime: int32(p.GetRegisterTime()),
|
||||||
FaceBookId: p.Data.FaceBookId,
|
FaceBookId: p.Data.FaceBookId,
|
||||||
})
|
})
|
||||||
agent := player.GetAgentByPlayer()
|
|
||||||
data, _ := proto.Marshal(&p.Data)
|
|
||||||
G_getGameLogic().PackResInfo(agent, "ResPlayerBaseInfo", data)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (p *PlayerBaseData) ReqBindFacebookAccount(player *Player, buf []byte) {
|
func (p *PlayerBaseData) ReqBindFacebookAccount(player *Player, buf []byte) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user