Attribute disallowRepeatingAction has been renamed to

disallowRepeatingActivation in the database. Make appropriate
modification to instances of this attribute name in code.

(cherry picked from commit ff607e4b03)
This commit is contained in:
Neugeniko
2018-03-11 21:38:46 +11:00
committed by blitzmann
parent 373e0a390b
commit 97742b08c8

View File

@@ -756,7 +756,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):