Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
Applevangelist
2025-05-16 12:00:32 +02:00
2 changed files with 23 additions and 5 deletions

View File

@@ -872,6 +872,8 @@ end
-- @return Wrapper.Group#GROUP The found GROUP.
function DATABASE:FindGroup( GroupName )
if type(GroupName) ~= "string" or GroupName == "" then return end
local GroupFound = self.GROUPS[GroupName]
if GroupFound == nil and GroupName ~= nil and self.Templates.Groups[GroupName] == nil then