Update Auftrag.lua

Fix catch all check groups 
This commit is contained in:
Thomas 2025-07-14 10:13:38 +02:00 committed by GitHub
parent 7728609165
commit 2e8875dd2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4864,7 +4864,7 @@ function AUFTRAG:CheckGroupsDone()
return false
end
return false
return true
end
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------