Forgot a return

--HG--
branch : item_group
This commit is contained in:
Guillaume Dupuy 2017-03-11 01:06:39 +01:00
parent d4b2e64c21
commit 5dcc7932ff

View file

@ -382,6 +382,7 @@ bool CItemGroupManager::createGroup(std::string name)
}
_Groups.push_back(group);
return true;
}