Small fixes

This commit is contained in:
Applevangelist
2025-05-16 11:58:40 +02:00
parent 7a5b9a75f3
commit 09b7922b84
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