C++ CommandBase: Don't add to LiveWindow (#2255)

This commit is contained in:
Peter Johnson
2020-01-10 20:37:49 -08:00
committed by GitHub
parent bf7012fa2d
commit 56765cf49a

View File

@@ -13,7 +13,7 @@
using namespace frc2;
CommandBase::CommandBase() {
frc::SendableRegistry::GetInstance().AddLW(this, GetTypeName(*this));
frc::SendableRegistry::GetInstance().Add(this, GetTypeName(*this));
}
void CommandBase::AddRequirements(