Skip to content

Commit

Permalink
Align program finish behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
NympheaR authored Apr 6, 2024
1 parent 5e7c515 commit 1dfd53a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ void ShinyHuntScatterbug::program(SingleSwitchProgramEnvironment& env, BotBaseCo
send_program_status_notification(env, NOTIFICATION_STATUS_UPDATE);
}catch(ProgramFinishedException&){
GO_HOME_WHEN_DONE.run_end_of_program(context);
return;
throw;
}
}
}
Expand Down

0 comments on commit 1dfd53a

Please sign in to comment.