This commit is contained in:
Adrien Ufferte
2025-06-18 16:43:00 +02:00
parent 6be4e67b50
commit ab8efbcbf3
52 changed files with 176 additions and 176 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ func init_unlocks() -> bool:
if not unlocks:
unlocks = {}
# Verifiy the lessons
# Verify the lessons
var number_of_lessons: int = Database.get_lessons_count()
if unlocks.size() != number_of_lessons:
for index: int in number_of_lessons: