Skip to content

Commit

Permalink
The weapon substat was not being saved in the weapon's filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfteam committed Jan 31, 2021
1 parent 4f523fe commit cebeb62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/application/weapons/weapons_bloc.dart
Expand Up @@ -126,6 +126,8 @@ class WeaponsBloc extends Bloc<WeaponsEvent, WeaponsState> {
tempWeaponFilterType: weaponFilterType,
sortDirectionType: sortDirectionType,
tempSortDirectionType: sortDirectionType,
weaponSubStatType: weaponSubStatType,
tempWeaponSubStatType: weaponSubStatType,
);
return s;
}
Expand Down

0 comments on commit cebeb62

Please sign in to comment.