init ldirty

patch bump
This commit is contained in:
onyx-and-iris
2022-10-19 14:32:54 +01:00
parent 3144a95e07
commit 01c99d5b31
2 changed files with 2 additions and 1 deletions

View File

@@ -50,6 +50,7 @@ class VbanCmd(metaclass=ABCMeta):
self.cache = {}
self.event = Event(self.subs)
self._pdirty = False
self._ldirty = False
@abstractmethod
def __str__(self):