Skip to content

Commit

Permalink
feat(config): add default pokepaste
Browse files Browse the repository at this point in the history
  • Loading branch information
danorris709 committed Oct 19, 2023
1 parent d3b6761 commit 87adc82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ public static class TeamPossibilities {
private int startFloor = 0;
private int endFloor = 1000;
private ConfigRandomWeightedSet<PokePaste> teams = new ConfigRandomWeightedSet<>(
new ConfigRandomWeightedSet.WeightedObject<>(10, new PokePaste("https://pokepast.es/")));
new ConfigRandomWeightedSet.WeightedObject<>(10, new PokePaste("https://pokepast.es/9c3b14d52e73f06d")));

public TeamPossibilities() {
}
Expand Down

0 comments on commit 87adc82

Please sign in to comment.