Don't call add when we ment to call commit, IT MAKES THINGS GO POOF BOOM

BAM KILL
This commit is contained in:
cncfanatics
2010-10-18 10:17:30 +02:00
parent f2022b4c6a
commit ecac13cda1

View File

@@ -261,7 +261,7 @@ class Fit(object):
fit = eos.db.getFit(fitID)
fit.damagePattern = pattern
eos.db.save(fit)
eos.db.commit()
fit.clear()
fit.calculateModifiedAttributes()