Skip to content

Commit

Permalink
Adjusted some other functions
Browse files Browse the repository at this point in the history
  • Loading branch information
mjmjelde committed Jul 23, 2016
1 parent d3c87dd commit 4de377b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/pokegoapi/api/inventory/PokeBank.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ public PokeBank(PokemonGo instance) {
* @param pokemon Pokemon to add to the inventory
*/
public void addPokemon(final Pokemon pokemon) {
pokemon.setPgo(instance);
List<Pokemon> alreadyAdded = StreamSupport.stream(pokemons).filter(new Predicate<Pokemon>() {
@Override
public boolean test(Pokemon testPokemon) {
Expand Down

0 comments on commit 4de377b

Please sign in to comment.