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 {