Fix subsystem LiveWindow usage (#2202)

This commit is contained in:
Peter Johnson
2019-12-29 21:28:38 -06:00
committed by GitHub
parent 8b4508ad53
commit 9abce8eb06
4 changed files with 0 additions and 6 deletions

View File

@@ -76,7 +76,6 @@ public abstract class SubsystemBase implements Subsystem, Sendable {
*/
public void addChild(String name, Sendable child) {
SendableRegistry.addLW(child, getSubsystem(), name);
SendableRegistry.addChild(this, child);
}
@Override