Merge pull request #864 from PepperDash/hotfix/dm-blade-chassis-throws-exception

Hotfix/dm blade chassis throws exception
This commit is contained in:
Andrew Welker
2021-11-11 17:43:08 -07:00
committed by GitHub

View File

@@ -483,7 +483,7 @@ namespace PepperDash.Essentials.DM
Debug.Console(2, this, "Adding output port '{0}'", portKey);
OutputPorts.Add(new RoutingOutputPort(portKey, sigType, portType, selector, this)
{
FeedbackMatchObject = Chassis.Outputs[(uint)selector]
FeedbackMatchObject = selector
});
}*/