新手引导开启时注册的账号才有引导

This commit is contained in:
sk 2024-08-19 10:18:08 +08:00
parent 07150c660d
commit 0f7da88dab
1 changed files with 7 additions and 0 deletions

View File

@ -340,6 +340,13 @@ func (this *Player) OnLogined() {
this.RandRobotExData()
if !this.IsRob {
if isFirstLogin {
cfg := PlatformMgrSingleton.GetConfig(this.Platform).GuideConfig
if cfg == nil || cfg.GetOn() != common.On {
this.GuideStep = -1
}
}
this.SendJackPotInit()
this.GetPayGoodsInfo()