mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-25 06:58:39 +00:00
added MaxPointsReason.TLE/NSC
This commit is contained in:
+4
-1
@@ -52,7 +52,10 @@ public enum MaxPointsReason {
|
||||
/** Disqualified after causing a tangle in an incident */
|
||||
DCT(/* discardable */ true, /* advanceCompetitorsTrackedWorse */ true, /* appliesAtStartOfRace */ false),
|
||||
/** Retired after causing a tangle */
|
||||
RCT(/* discardable */ true, /* advanceCompetitorsTrackedWorse */ true, /* appliesAtStartOfRace */ false);
|
||||
RCT(/* discardable */ true, /* advanceCompetitorsTrackedWorse */ true, /* appliesAtStartOfRace */ false),
|
||||
/** Did not sail the course */
|
||||
NSC(/* discardable */ true, /* advanceCompetitorsTrackedWorse */ true, /* appliesAtStartOfRace */ false)
|
||||
;
|
||||
|
||||
private final boolean discardable;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user