Enable cargohold for structures (#1414)

This commit is contained in:
blitzmann
2018-03-25 03:18:34 -04:00
parent 2005d0b0b9
commit 3964658d9a

View File

@@ -135,7 +135,7 @@ class CargoView(d.Display):
sFit = Fit.getInstance()
fit = sFit.getFit(event.fitID)
self.Parent.Parent.DisablePage(self, not fit or fit.isStructure)
# self.Parent.Parent.DisablePage(self, not fit or fit.isStructure)
# Clear list and get out if current fitId is None
if event.fitID is None and self.lastFitId is not None: