mirror of
https://github.com/maciejpedzich/f1-game-packet-parser.git
synced 2025-04-20 03:21:12 +02:00
fix: correct wrong InfringementType variant values and add some missing ones.
This commit is contained in:
parent
53af241949
commit
5b593478f3
@ -666,18 +666,20 @@ pub enum InfringementType {
|
|||||||
SafetyCarExceedingAllowedPace = 37,
|
SafetyCarExceedingAllowedPace = 37,
|
||||||
VirtualSafetyCarExceedingAllowedPace = 38,
|
VirtualSafetyCarExceedingAllowedPace = 38,
|
||||||
FormationLapBelowAllowedSpeed = 39,
|
FormationLapBelowAllowedSpeed = 39,
|
||||||
RetiredMechanicalFailure = 40,
|
FormationLapParking = 40,
|
||||||
RetiredTerminallyDamaged = 41,
|
RetiredMechanicalFailure = 41,
|
||||||
SafetyCarFallingTooFarBack = 42,
|
RetiredTerminallyDamaged = 42,
|
||||||
BlackFlagTimer = 43,
|
SafetyCarFallingTooFarBack = 43,
|
||||||
UnservedStopGoPenalty = 44,
|
BlackFlagTimer = 44,
|
||||||
UnservedDriveThroughPenalty = 45,
|
UnservedStopGoPenalty = 45,
|
||||||
EngineComponentChange = 46,
|
UnservedDriveThroughPenalty = 46,
|
||||||
GearboxChange = 47,
|
EngineComponentChange = 47,
|
||||||
LeagueGridPenalty = 48,
|
GearboxChange = 48,
|
||||||
RetryPenalty = 49,
|
ParcFermeChange = 49,
|
||||||
IllegalTimeGain = 50,
|
LeagueGridPenalty = 50,
|
||||||
MandatoryPitStop = 51,
|
RetryPenalty = 51,
|
||||||
|
IllegalTimeGain = 52,
|
||||||
|
MandatoryPitStop = 53,
|
||||||
AttributeAssigned = 54,
|
AttributeAssigned = 54,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user