diff --git a/config/config.go b/config/config.go index 97001b8..2a12042 100644 --- a/config/config.go +++ b/config/config.go @@ -57,7 +57,7 @@ func (c Config) IsXPlaneVersionSet() bool { func (c Config) IsSceneryPackIncluded(sceneryId int) bool { if _, ok := c.ReleasedSceneryPacksWithVersion[c.XPlaneVersion]; !ok { - 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) return false }