Skip to content

Commit

Permalink
fix missing options
Browse files Browse the repository at this point in the history
  • Loading branch information
alaingilbert committed Aug 13, 2021
1 parent f4283fb commit 5b62efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ogame.go
Original file line number Diff line number Diff line change
Expand Up @@ -5424,7 +5424,7 @@ func (b *OGame) GalaxyInfos(galaxy, system int64, options ...Option) (SystemInfo

// GetResourceSettings gets the resources settings for specified planetID
func (b *OGame) GetResourceSettings(planetID PlanetID, options ...Option) (ResourceSettings, error) {
return b.WithPriority(Normal).GetResourceSettings(planetID)
return b.WithPriority(Normal).GetResourceSettings(planetID, options...)
}

// SetResourceSettings set the resources settings on a planet
Expand Down

0 comments on commit 5b62efa

Please sign in to comment.