From 4753b4a71a7c80fb18ff61df3b060b54621c78e6 Mon Sep 17 00:00:00 2001 From: sk <123456@qq.com> Date: Wed, 8 May 2024 18:17:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=E7=BA=BF=E7=BB=9F=E8=AE=A1=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- worldsrv/trascate_webapi.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worldsrv/trascate_webapi.go b/worldsrv/trascate_webapi.go index 9339d12..2966f99 100644 --- a/worldsrv/trascate_webapi.go +++ b/worldsrv/trascate_webapi.go @@ -2858,7 +2858,7 @@ func init() { if platform != DefaultPlatform && p.Platform != platform { continue } - if channel != "" && p.AppChannel != channel { + if channel != "" && p.Channel != channel { continue } players = append(players, p)