diff --git a/modules/plunder/model_land.go b/modules/plunder/model_land.go index 07fb87b36..e860034a2 100644 --- a/modules/plunder/model_land.go +++ b/modules/plunder/model_land.go @@ -95,7 +95,7 @@ func (this *modelLand) createPlunderLandData(uid string) (land *pb.DBPlunderLand if users, err = this.module.ModuleUser.GetUsers(curUids); err == nil { for _, v := range users { uInfos = append(uInfos, comm.GetUserBaseInfo(v)) - if len(land.Uinfo) > 20 { + if len(uInfos) > 20 { break } }