We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e500f8f commit a8a1f61Copy full SHA for a8a1f61
SerialPrograms/Source/PokemonSV/Programs/TeraRaids/PokemonSV_AutoHostTools.cpp
@@ -73,7 +73,7 @@ void TeraFailTracker::on_raid_start(){
73
if (m_consecutive_failures > 0 && !m_completed_one){
74
throw_and_log<FatalProgramException>(
75
m_env.logger(),
76
- ErrorReport::SEND_ERROR_REPORT,
+ ErrorReport::NO_ERROR_REPORT,
77
"Failed 1st raid attempt. Will not retry due to risk of ban."
78
);
79
}
@@ -83,7 +83,7 @@ void TeraFailTracker::on_raid_start(){
83
if (minutes == 0){
84
85
86
87
"Failed " + std::to_string(fail_threshold) + " raid(s) in the row. "
88
"Stopping to prevent possible ban."
89
0 commit comments