Fix two group name issues

This commit is contained in:
blitzmann
2020-06-28 00:40:59 -04:00
parent 22498e5605
commit 2fd4168ab7
2 changed files with 2 additions and 2 deletions

View File

@@ -91,7 +91,7 @@ class Booster(HandledItem, ItemAttrShortcut):
@property
def isInvalid(self):
return self.__item is None or self.__item.group.name != "Booster"
return self.__item is None or self.__item.group.groupName != "Booster"
@property
def slot(self):