This commit is contained in:
aozhiwei 2024-10-16 16:12:04 +08:00
parent c75ad6e121
commit a66806a724

View File

@ -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 {