This commit is contained in:
Applevangelist
2024-07-16 13:38:14 +02:00
parent d35c941748
commit b6b99a2e99
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]