diff options
| author | tpart <tpart120@proton.me> | 2025-09-30 14:13:29 +0200 |
|---|---|---|
| committer | tpart <tpart120@proton.me> | 2025-09-30 14:13:29 +0200 |
| commit | b605a261f72bb3763736b75175ce28a5a882dbda (patch) | |
| tree | 5acf0a8c0279d81c17f2ce2985891838c5a8e78e /client/game.gd | |
| parent | 184366186986296cef96ccec75b563f33747ee36 (diff) | |
| download | hurrycurry-b605a261f72bb3763736b75175ce28a5a882dbda.tar hurrycurry-b605a261f72bb3763736b75175ce28a5a882dbda.tar.bz2 hurrycurry-b605a261f72bb3763736b75175ce28a5a882dbda.tar.zst | |
Autosave profile; Fix controls explanation not saving correctly
Diffstat (limited to 'client/game.gd')
| -rw-r--r-- | client/game.gd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/game.gd b/client/game.gd index c1f515fe..9d2f7177 100644 --- a/client/game.gd +++ b/client/game.gd @@ -333,7 +333,6 @@ func handle_packet(p): played.append(completed_item.name) played.append_array(completed_item.contents) Profile.write("tutorial_ingredients_played", played) - Profile.save() while item_names[p.item] in tutorial_queue: tutorial_queue.erase(item_names[p.item]) |