diff --git a/worldsrv/player.go b/worldsrv/player.go index 617bc11..9150e1c 100644 --- a/worldsrv/player.go +++ b/worldsrv/player.go @@ -376,7 +376,6 @@ func (this *Player) OnLogined() { this.SendToRepSrv(this.PlayerData) //红点检测 this.CheckShowRed() - this.SCItems() TaskSubjectSingleton.Touch(common.TaskTypeLogin, &TaskData{SnId: this.SnId, Num: 1}) // 登录游戏 @@ -3076,6 +3075,7 @@ func (this *Player) SendPlayerInfo() { if this.scene != nil && this.thrscene == 0 { this.SendGameConfig(int32(this.scene.gameId), this.Platform, this.Channel) } + this.SCItems() //this.SendJackpotInfo() }