Skip to content

Commit 0786d40

Browse files
committed
Suppress more AutoDA error reports.
1 parent 6669d6c commit 0786d40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SerialPrograms/Source/PokemonSwSh/MaxLair/Program/PokemonSwSh_MaxLair_Run_PokemonSwap.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,11 @@ void run_swap_pokemon(
104104
);
105105
if (result < 0){
106106
stream.log("Timed out waiting for path screen.", COLOR_RED);
107-
}else{
108-
stream.log("Found path screen. Reading party...");
107+
return;
109108
}
110109
}
111110

111+
stream.log("Found path screen. Reading party...");
112112
context.wait_for(std::chrono::milliseconds(100));
113113

114114
PathReader path_reader(stream.overlay(), player_index);

0 commit comments

Comments
 (0)