Do not set read-only property

This commit is contained in:
DarkPhoenix
2020-08-10 17:39:08 +03:00
parent bc2cdcdea7
commit 7733fd38c2

View File

@@ -447,7 +447,7 @@ class Fit:
dp = sDP.getDamagePattern("Selected Ammo")
if dp is None:
dp = es_DamagePattern()
dp.name = "Selected Ammo"
dp.rawName = "Selected Ammo"
fit = eos.db.getFit(fitID)
for attr in ("em", "thermal", "kinetic", "explosive"):