Fix command processors - they used to allow to have 2 more ganglinks online
This commit is contained in:
@@ -9,4 +9,4 @@ def handler(fit, module, context):
|
||||
#As Comman Processors use one themselves too
|
||||
fit.modules.filteredItemIncrease(lambda mod: mod.item.group.name == "Gang Coordinator" and \
|
||||
"maxGroupActive" in mod.itemModifiedAttributes,
|
||||
"maxGroupActive", 2)
|
||||
"maxGroupActive", 1)
|
||||
|
||||
Reference in New Issue
Block a user