From 8c843ecf0b0a3be48615f6a756cf389f7c0c1679 Mon Sep 17 00:00:00 2001 From: sk <123456@qq.com> Date: Wed, 10 Jul 2024 14:16:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8E=E5=8F=B0=E9=81=93=E5=85=B7=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- worldsrv/player.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() }