Clean progression initialization

This commit is contained in:
Adrien Ufferte
2025-06-25 09:46:38 +02:00
parent 7e798a193e
commit 7d5f524d5c
2 changed files with 2 additions and 13 deletions
+1 -2
View File
@@ -428,8 +428,7 @@ func _load_student_progression() -> void:
DirAccess.make_dir_recursive_absolute(get_student_folder())
_save_student_progression()
if student_progression.init_unlocks():
_save_student_progression()
student_progression.init_unlocks()
student_progression.unlocks_changed.connect(_on_user_progression_unlocks_changed)
func _save_student_progression() -> void: