Skip to content

Commit c567250

Browse files
committed
fuck merge
1 parent e85e353 commit c567250

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/modelec_strat/src/action/take_action.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
Modelec::TakeAction::TakeAction(const std::shared_ptr<ActionExecutor>& action_executor) : BaseAction(action_executor)
66
{
7+
steps_.push(ActionExec::TAKE_STEP);
8+
steps_.push(ActionExec::DONE_STEP);
79
}
810

911
Modelec::TakeAction::TakeAction(const std::shared_ptr<ActionExecutor>& action_executor, Front front, int n) : TakeAction(action_executor)

0 commit comments

Comments
 (0)