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)
|
||||
booster = fit.boosters[position]
|
||||
fit.implants.remove(booster)
|
||||
fit.boosters.remove(booster)
|
||||
fit.clear()
|
||||
fit.calculateModifiedAttributes()
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user