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
commit 237d163ce3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
});
}*/