aboutsummaryrefslogtreecommitdiff
path: root/client/game.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/game.gd')
-rw-r--r--client/game.gd1
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])