feat(achievements): remove useless achievements

This commit is contained in:
2026-02-04 16:54:54 +01:00
parent 1b97cedfb9
commit a8624a3031
5 changed files with 9 additions and 8 deletions

View File

@@ -54,7 +54,6 @@ const handleConfirm = () => {
}
case "waiting": {
achievements.unlock("snake_play");
spawn();
break;
}