Updated german & fixed async forEach errors

This commit is contained in:
DJj123dj
2024-10-07 22:24:02 +02:00
parent 4e10cba203
commit 330ea47ab9
12 changed files with 37 additions and 37 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ export class ODCheckerManager extends ODManager<ODChecker> {
if (!res.valid) isValid = false
})
this.functions.loopAll((func) => {
this.functions.getAll().forEach((func) => {
const res = func.func(this,this.functions)
final.push(...res.messages)