We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63f62ba commit cb3cf58Copy full SHA for cb3cf58
config/config.go
@@ -57,7 +57,7 @@ func (c Config) IsXPlaneVersionSet() bool {
57
58
func (c Config) IsSceneryPackIncluded(sceneryId int) bool {
59
if _, ok := c.ReleasedSceneryPacksWithVersion[c.XPlaneVersion]; !ok {
60
- fmt.Printf("Could not find list of released scenery packs for version %s\n", c.XPlaneVersion)
+ fmt.Printf("Could not find list of released scenery packs for version %s. Please set the version via the config command.\n", c.XPlaneVersion)
61
return false
62
}
63
0 commit comments