Fix fetching of prices of on-character implants

This commit is contained in:
DarkPhoenix
2019-04-16 16:25:44 +03:00
parent fd54d2c28c
commit e57fce39fe
7 changed files with 11 additions and 13 deletions

View File

@@ -41,7 +41,6 @@ class CalcAddLocalModuleCommand(wx.Command):
if not newMod.fits(fit):
pyfalog.warning('Module does not fit')
return False
newMod.owner = fit
try:
fit.modules.append(newMod)