From a66806a724076cfcfebfc7d10d5cb983a5784cc7 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 16 Oct 2024 16:12:04 +0800 Subject: [PATCH] 1 --- server/matchserver/team/team.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/matchserver/team/team.go b/server/matchserver/team/team.go index 319aa9c3..10df2c70 100644 --- a/server/matchserver/team/team.go +++ b/server/matchserver/team/team.go @@ -100,7 +100,7 @@ func (this *team) GetMapId() int32 { } func (this *team) GetModeId() int32 { - return this.mapInfo.MapId + return q5.SafeToInt32(this.mapInfo.ModeId) } func (this *team) GetZnKey() int64 {