Skip to content

Commit

Permalink
* Added PlasmaTechnology to function ogame.setResourceSettings
Browse files Browse the repository at this point in the history
"last122":      {utils.FI64(settings.PlasmaTechnology)},
  • Loading branch information
faunX authored and faunX committed Sep 15, 2022
1 parent 8c963f5 commit 4238ba3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/wrapper/ogame.go
Original file line number Diff line number Diff line change
Expand Up @@ -2843,6 +2843,7 @@ func (b *OGame) setResourceSettings(planetID ogame.PlanetID, settings ogame.Reso
"last12": {utils.FI64(settings.FusionReactor)},
"last212": {utils.FI64(settings.SolarSatellite)},
"last217": {utils.FI64(settings.Crawler)},
"last122": {utils.FI64(settings.PlasmaTechnology)},
}
url2 := b.serverURL + "/game/index.php?page=resourceSettings"
resp, err := b.client.PostForm(url2, payload)
Expand Down

0 comments on commit 4238ba3

Please sign in to comment.