新手引导开启时注册的账号才有引导
This commit is contained in:
parent
07150c660d
commit
0f7da88dab
|
@ -340,6 +340,13 @@ func (this *Player) OnLogined() {
|
||||||
this.RandRobotExData()
|
this.RandRobotExData()
|
||||||
|
|
||||||
if !this.IsRob {
|
if !this.IsRob {
|
||||||
|
if isFirstLogin {
|
||||||
|
cfg := PlatformMgrSingleton.GetConfig(this.Platform).GuideConfig
|
||||||
|
if cfg == nil || cfg.GetOn() != common.On {
|
||||||
|
this.GuideStep = -1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
this.SendJackPotInit()
|
this.SendJackPotInit()
|
||||||
|
|
||||||
this.GetPayGoodsInfo()
|
this.GetPayGoodsInfo()
|
||||||
|
|
Loading…
Reference in New Issue