Skip to content

Commit 186fa08

Browse files
committed
Disable error reporting for running out of ingredients.
1 parent 66f335e commit 186fa08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialPrograms/Source/PokemonSV/Programs/Sandwiches/PokemonSV_IngredientSession.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ void IngredientSession::add_ingredients(
298298

299299
if (!ingredient_added){
300300
OperationFailedException::fire(
301-
console, ErrorReport::SEND_ERROR_REPORT,
301+
console, ErrorReport::NO_ERROR_REPORT,
302302
"Unable to add ingredient: \"" + name.display_name() + "\" - Did you run out?"
303303
);
304304
}

0 commit comments

Comments
 (0)