From 5b62efac15b1837ddb1318141c0f60a74614ada1 Mon Sep 17 00:00:00 2001 From: Alain Gilbert Date: Fri, 13 Aug 2021 03:27:10 -0700 Subject: [PATCH] fix missing options --- ogame.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ogame.go b/ogame.go index 0f483ac1..f1177829 100644 --- a/ogame.go +++ b/ogame.go @@ -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