mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Updated error
isExist takes one :, not two ::
This commit is contained in:
@@ -69,7 +69,7 @@ end
|
||||
function CLIENT:ClientGroup()
|
||||
--trace.f(self.ClassName)
|
||||
local ReturnGroup = Group.getByName( self.ClientName )
|
||||
if ReturnGroup and ReturnGroup::isExist() then
|
||||
if ReturnGroup and ReturnGroup:isExist() then
|
||||
return ReturnGroup
|
||||
else
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user