mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
This reverts commit 7bc0380694.
Calling initSendable on the wrapped command is fundamentally flawed as the wrapper is the command being sent.
This commit is contained in:
@@ -45,7 +45,3 @@ Command::InterruptionBehavior WrapperCommand::GetInterruptionBehavior() const {
|
||||
wpi::SmallSet<Subsystem*, 4> WrapperCommand::GetRequirements() const {
|
||||
return m_command->GetRequirements();
|
||||
}
|
||||
|
||||
void WrapperCommand::InitSendable(wpi::SendableBuilder& builder) {
|
||||
m_command->InitSendable(builder);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user