Further fixes

This commit is contained in:
Applevangelist
2024-07-16 13:38:42 +02:00
parent 04f2f7d34f
commit c73d8a6339
4 changed files with 36 additions and 20 deletions

View File

@@ -834,7 +834,7 @@ function DATABASE:FindGroup( GroupName )
local GroupFound = self.GROUPS[GroupName]
if GroupFound == nil and GroupName ~= nil then
if GroupFound == nil and GroupName ~= nil and self.Templates.Groups[GroupName] == nil then
-- see if the group exists in the API, maybe a dynamic slot
self:_RegisterDynamicGroup(GroupName)
return self.GROUPS[GroupName]