From 61adb6734b257ff911816067747814d6637bfd62 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 19 Mar 2024 20:40:32 +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 33ca1db8..37823cc0 100644 --- a/server/matchserver/team/team.go +++ b/server/matchserver/team/team.go @@ -279,7 +279,7 @@ func (this *team) CancelMatch() { } func (this *team) SetMapInfo(mapInfo *common.MapInfoRsp) { - if !this.Started() { + if !this.IsLock() { this.mapInfo = mapInfo } }