Trigger a recalc on fit switching if the characters are not the same and the global character flag is set.
This commit is contained in:
@@ -237,6 +237,7 @@ class Fit(object):
|
||||
|
||||
if self.serviceFittingOptions["useGlobalCharacter"]:
|
||||
if fit.character != self.character:
|
||||
fit.calculated = False
|
||||
fit.character = self.character
|
||||
|
||||
if self.serviceFittingOptions["useGlobalDamagePattern"]:
|
||||
|
||||
Reference in New Issue
Block a user