Removed the empty Prototype Exploration Ship

Zephyr was moved to limited edition, so...yeah.
This commit is contained in:
Corollax
2010-10-30 15:43:14 -05:00
parent acb9a17f1a
commit 0903197ec5

View File

@@ -165,7 +165,8 @@ class Market():
for grp in cat.groups:
if grp.published or grp.name in self.FORCED_GROUPS:
root.append((grp.ID, grp.name))
zephyr = eos.db.getGroup("Prototype Exploration Ship")
root.remove((zephyr.ID, zephyr.name))
return root