From 0f7da88dabedab45b0595b32bf0afc3baf0ae55f Mon Sep 17 00:00:00 2001 From: sk <123456@qq.com> Date: Mon, 19 Aug 2024 10:18:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E6=89=8B=E5=BC=95=E5=AF=BC=E5=BC=80?= =?UTF-8?q?=E5=90=AF=E6=97=B6=E6=B3=A8=E5=86=8C=E7=9A=84=E8=B4=A6=E5=8F=B7?= =?UTF-8?q?=E6=89=8D=E6=9C=89=E5=BC=95=E5=AF=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- worldsrv/player.go | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/worldsrv/player.go b/worldsrv/player.go index 2541b75..1e405c5 100644 --- a/worldsrv/player.go +++ b/worldsrv/player.go @@ -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()