Fix issue when cleaning poop

This commit is contained in:
Nacho 2026-05-27 21:00:04 +02:00
parent ce23c44077
commit 56ce03f34e

View File

@ -53,5 +53,7 @@ void menu_clearPoopScreen(
menuKey = -1;
charaData[currentCharacter].poopNumber = 0;
vTaskResume(secondLoop);
return;
}