Fixing SET_GROUP RemoveGroupsByName method.

This commit is contained in:
FlightControl 2018-09-30 08:03:03 +02:00
parent a84f0e228a
commit 064111407b

View File

@ -860,7 +860,7 @@ do -- SET_GROUP
local RemoveGroupNamesArray = ( type( RemoveGroupNames ) == "table" ) and RemoveGroupNames or { RemoveGroupNames }
for RemoveGroupID, RemoveGroupName in pairs( RemoveGroupNamesArray ) do
self:Remove( RemoveGroupName.GroupName )
self:Remove( RemoveGroupName )
end
return self