Fix a bug that prevented the removal of boosters
This commit is contained in:
@@ -132,7 +132,7 @@ class Fit(object):
|
|||||||
|
|
||||||
fit = eos.db.getFit(fitID)
|
fit = eos.db.getFit(fitID)
|
||||||
booster = fit.boosters[position]
|
booster = fit.boosters[position]
|
||||||
fit.implants.remove(booster)
|
fit.boosters.remove(booster)
|
||||||
fit.clear()
|
fit.clear()
|
||||||
fit.calculateModifiedAttributes()
|
fit.calculateModifiedAttributes()
|
||||||
return True
|
return True
|
||||||
|
|||||||
Reference in New Issue
Block a user