Skip to content

Commit

Permalink
Fix undocumented change in Riot Tournament API (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenReitsma authored and BenFradet committed Feb 8, 2017
1 parent 267b7d8 commit f5ea452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RiotSharp/TournamentRiotApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ private Dictionary<string, object> BuildTournamentUpdateBody(List<long> allowedS
{
var body = new Dictionary<string, object>();
if (allowedSummonerIds != null)
body.Add("allowedSummonerIds", string.Join(",", allowedSummonerIds));
body.Add("allowedParticipants", string.Join(",", allowedSummonerIds));
if (spectatorType != null)
body.Add("spectatorType", spectatorType);
if (pickType != null)
Expand Down

0 comments on commit f5ea452

Please sign in to comment.