From 7729bd9210910c1669c1ef99ec34d6fb3700b314 Mon Sep 17 00:00:00 2001 From: blitzmann Date: Fri, 22 Sep 2017 02:35:01 -0400 Subject: [PATCH] Opps commented wrong thing --- eos/saveddata/module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eos/saveddata/module.py b/eos/saveddata/module.py index 1e2999249..2bca09ea6 100644 --- a/eos/saveddata/module.py +++ b/eos/saveddata/module.py @@ -457,7 +457,7 @@ class Module(HandledItem, HandledCharge, ItemAttrShortcut, ChargeAttrShortcut): # Check max group fitted max = self.getModifiedItemAttr("maxGroupFitted") if max is not None: - # current = 0 if self.owner != fit else -1 # Disabled, see #1278 + current = 0 # if self.owner != fit else -1 # Disabled, see #1278 for mod in fit.modules: if mod.item and mod.item.groupID == self.item.groupID: current += 1