Module replacement when dropping market module onto fitting view (#528)

This commit is contained in:
blitzmann
2016-06-12 12:38:25 -04:00
parent 5a2989cae4
commit be4b78ee1c
2 changed files with 15 additions and 3 deletions

View File

@@ -477,8 +477,6 @@ class Fit(object):
def changeModule(self, fitID, position, newItemID):
fit = eos.db.getFit(fitID)
if fit.modules[position].isEmpty:
return None
# Dummy it out in case the next bit fails
fit.modules.toDummy(position)