diff --git a/BasaltPresenter/Presenter/cmd_client.cpp b/BasaltPresenter/Presenter/cmd_client.cpp index 4972152..88623d8 100644 --- a/BasaltPresenter/Presenter/cmd_client.cpp +++ b/BasaltPresenter/Presenter/cmd_client.cpp @@ -39,7 +39,7 @@ namespace basalt::presenter::cmd_client { // If actively stop, send actively stop code to Trainer first if (actively_stop) { - ProtocolCode actively_stop_code = ProtocolCode::STOP_REQUEST; + ProtocolCode actively_stop_code = ProtocolCode::ACTIVELY_STOP; m_PipeOperator.write_pod(actively_stop_code); }