Removed problematic conditional sending projected fit to the wrong path
This commit is contained in:
@@ -813,7 +813,7 @@ class Fit(object):
|
||||
# Build a little chain of stuff
|
||||
# Avoid adding projected drones and modules when fit is projected onto self
|
||||
# TODO: remove this workaround when proper self-projection using virtual duplicate fits is implemented
|
||||
if targetFit == self and forceProjected is True:
|
||||
if forceProjected is True:
|
||||
c = chain((self.character, self.ship), self.drones, self.boosters, self.appliedImplants, self.modules)
|
||||
else:
|
||||
c = chain((self.character, self.ship), self.drones, self.boosters, self.appliedImplants, self.modules,
|
||||
|
||||
Reference in New Issue
Block a user