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 } }