From d32407b9f846be0c3199c733fb972c7d2a3dd086 Mon Sep 17 00:00:00 2001 From: blitzmann Date: Sun, 27 Apr 2014 01:35:57 -0400 Subject: [PATCH] Removed problematic conditional sending projected fit to the wrong path --- eos/saveddata/fit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eos/saveddata/fit.py b/eos/saveddata/fit.py index f3fc4be8f..18254a69d 100755 --- a/eos/saveddata/fit.py +++ b/eos/saveddata/fit.py @@ -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,