This commit is contained in:
aozhiwei 2024-03-19 20:40:32 +08:00
parent 3c791a0be8
commit 61adb6734b

View File

@ -279,7 +279,7 @@ func (this *team) CancelMatch() {
}
func (this *team) SetMapInfo(mapInfo *common.MapInfoRsp) {
if !this.Started() {
if !this.IsLock() {
this.mapInfo = mapInfo
}
}