From ff607e4b03dd0a89cf8cdc7ccd61a60b9964cbb3 Mon Sep 17 00:00:00 2001 From: Neugeniko Date: Sun, 11 Mar 2018 21:38:46 +1100 Subject: [PATCH] Attribute disallowRepeatingAction has been renamed to disallowRepeatingActivation in the database. Make appropriate modification to instances of this attribute name in code. --- eos/saveddata/module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eos/saveddata/module.py b/eos/saveddata/module.py index e57ad9110..3c5dc34bb 100644 --- a/eos/saveddata/module.py +++ b/eos/saveddata/module.py @@ -752,7 +752,7 @@ class Module(HandledItem, HandledCharge, ItemAttrShortcut, ChargeAttrShortcut): @property def disallowRepeatingAction(self): - return self.getModifiedItemAttr("disallowRepeatingAction", 0) + return self.getModifiedItemAttr("disallowRepeatingActivation", 0) @property def reactivationDelay(self):