Event definiteion updates
This commit is contained in:
@@ -311,8 +311,8 @@ namespace Core.Calculation
|
||||
|
||||
//var teamsCount = (int)Math.Ceiling(teamDivs);
|
||||
var teamCount = (int)Math.Round(teamDivs);
|
||||
if (teamCount > evt.MaxTeamCountState)
|
||||
teamCount = evt.MaxTeamCountState;
|
||||
if (teamCount > evt.ChapterEligibilityCountState)
|
||||
teamCount = evt.ChapterEligibilityCountState;
|
||||
|
||||
// limit to one team for group events
|
||||
if (_parameters.LimitTeamsToOne
|
||||
|
||||
Reference in New Issue
Block a user