Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
encratite committed Mar 10, 2013
1 parent 3d22ef9 commit d2548d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions LibOfLegendsExample/LegendaryPrompt.cs
Expand Up @@ -164,6 +164,7 @@ void InitialiseCommandDictionary()
{"normals", new CommandInformation(-1, (List<string> arguments) => AnalyseEnvironmentalRating(arguments, false, "CURRENT", false), "<name> <summoners names to exclude due to premades>", "Analyse the ranked leagues of other players in normal games in the recent match history of the summoner given")},
{"ranked", new CommandInformation(-1, (List<string> arguments) => AnalyseEnvironmentalRating(arguments, true, "CURRENT", false), "<name> <summoners names to exclude due to premades>", "Analyse the ranked leagues of other players in ranked games in the recent match history of the summoner given")},
{"last-normal", new CommandInformation(-1, (List<string> arguments) => AnalyseEnvironmentalRating(arguments, false, "CURRENT", true), "<name> <summoners names to exclude due to premades>", "Analyse the ranked leagues of other players in the last normal game in the recent match history of the summoner given")},
{"last-ranked", new CommandInformation(-1, (List<string> arguments) => AnalyseEnvironmentalRating(arguments, true, "CURRENT", true), "<name> <summoners names to exclude due to premades>", "Analyse the ranked leagues of other players in the last ranked game in the recent match history of the summoner given")},
{"test", new CommandInformation(1, RunTest, "<ID>", "Run summoner ID vs. account ID test")},
};
}
Expand Down

0 comments on commit d2548d0

Please sign in to comment.