Skip to content

Commit

Permalink
Change WeekendOptions.FastRepairsLimit to string
Browse files Browse the repository at this point in the history
Fixes #10
  • Loading branch information
mpapenbr committed Dec 29, 2023
1 parent 80a500d commit 3262c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yaml/irsdkyaml.go
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ type WeekendOptions struct {
CommercialMode string `yaml:"CommercialMode" json:"CommercialMode"`
CourseCautions string `yaml:"CourseCautions" json:"CourseCautions"`
EarthRotationSpeedupFactor int `yaml:"EarthRotationSpeedupFactor" json:"EarthRotationSpeedupFactor"`
FastRepairsLimit int `yaml:"FastRepairsLimit" json:"FastRepairsLimit"`
FastRepairsLimit string `yaml:"FastRepairsLimit" json:"FastRepairsLimit"`
FogLevel string `yaml:"FogLevel" json:"FogLevel"`
GreenWhiteCheckeredLimit int `yaml:"GreenWhiteCheckeredLimit" json:"GreenWhiteCheckeredLimit"`
HardcoreLevel int `yaml:"HardcoreLevel" json:"HardcoreLevel"`
Expand Down

0 comments on commit 3262c0b

Please sign in to comment.