Forgot extra lines.
This commit is contained in:
parent
7c750914f0
commit
d6142b53f3
@ -133,6 +133,10 @@ void cGroupManager::LoadGroups()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
cGroup* cGroupManager::GetGroup( const AString & a_Name )
|
||||
{
|
||||
GroupMap::iterator itr = m_pState->Groups.find( a_Name );
|
||||
|
Loading…
Reference in New Issue
Block a user