From 0e372fea74ee56b9d78c32c703f0b4d930b62b7e Mon Sep 17 00:00:00 2001 From: by <123456@qq.com> Date: Wed, 3 Jul 2024 19:20:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=8F=E8=94=BD=E6=B5=8B=E8=AF=95=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- worldsrv/tournament.go | 1 - 1 file changed, 1 deletion(-) diff --git a/worldsrv/tournament.go b/worldsrv/tournament.go index 411d492..3651c6e 100644 --- a/worldsrv/tournament.go +++ b/worldsrv/tournament.go @@ -1632,7 +1632,6 @@ func (this *Tournament) Update() { this.MatchAwardNum = make(map[string]map[int32]int32) logger.Logger.Trace("比赛场每日库存清理!!!当前时间 %v", nowTime) } - this.Shutdown() } func (this *Tournament) Shutdown() {