bugfix
This commit is contained in:
parent
8e3606f1a3
commit
0e8680daca
@ -312,7 +312,7 @@ class BaseCitizen(access_points.CitizenAPI):
|
|||||||
|
|
||||||
if item_data.get('type'):
|
if item_data.get('type'):
|
||||||
# in ['damageBoosters', "aircraftDamageBoosters", 'prestigePointsBoosters']
|
# in ['damageBoosters', "aircraftDamageBoosters", 'prestigePointsBoosters']
|
||||||
if item_data.get('type').endswith('Boosters'):
|
if item_data.get('isBooster'):
|
||||||
is_booster = True
|
is_booster = True
|
||||||
kind = item_data['type']
|
kind = item_data['type']
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user