Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix request body for ApplyAdvancedGameSettings (#4)
Remove `creativeModeEnabled` from the request body as it's not supposed to be passed to the ApplyAdvancedGameSettings function, it's only returned as response from the GetAdvancedGameSettings function. Rename `advancedGameSettings` to `appliedAdvancedGameSettings` because that is what ApplyAdvancedGameSettings expects, which isn't really intuitive but that's what it wants.
- Loading branch information