This commit is contained in:
Adrien Ufferte
2025-06-17 16:42:31 +02:00
parent 52fc4f0e62
commit 6be4e67b50
19 changed files with 38 additions and 38 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ func update_student_device(student_code: int, new_student_device: int) -> void:
Logger.warn("TeacherSettings: update_student_device: student not found with code " + str(student_code))
func get_new_code() -> int :
func get_new_code() -> int:
var used_codes: Array[int] = []
for student_array: Array[StudentData] in students.values():
for student: StudentData in student_array: