mirror of
https://github.com/SoDOff-Project/sodoff.git
synced 2026-01-13 05:31:51 -08:00
clans: show points in clan list
This commit is contained in:
parent
aefe5f6d53
commit
31c4e0db9a
@ -346,6 +346,7 @@ public class GroupController : Controller {
|
||||
Logo = g.Logo,
|
||||
Type = g.Type,
|
||||
Rank = i+skip+1,
|
||||
Points = g.Points,
|
||||
MemberLimit = g.MaxMemberLimit
|
||||
};
|
||||
if (request.IncludeMemberCount) group.TotalMemberCount = g.Vikings.Count;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user