Forgot extra lines.

master
STRWarrior 2014-02-05 18:14:51 +01:00
parent 7c750914f0
commit d6142b53f3
1 changed files with 4 additions and 0 deletions

View File

@ -133,6 +133,10 @@ void cGroupManager::LoadGroups()
}
}
cGroup* cGroupManager::GetGroup( const AString & a_Name )
{
GroupMap::iterator itr = m_pState->Groups.find( a_Name );