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

@@ -68,7 +68,7 @@ class Miscellanea(ViewColumn):
item = stuff.item
if item is None:
return "", None
itemGroup = item.group.name
itemGroup = item.group.groupName
itemCategory = item.category.name
if itemGroup == "Ship Modifiers":