mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Forgot a return
--HG-- branch : item_group
This commit is contained in:
parent
d4b2e64c21
commit
5dcc7932ff
1 changed files with 1 additions and 0 deletions
|
@ -382,6 +382,7 @@ bool CItemGroupManager::createGroup(std::string name)
|
|||
}
|
||||
|
||||
_Groups.push_back(group);
|
||||
return true;
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue