mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-19 19:59:09 +00:00
Revert change to plNetClientGroup.h in 140e56cf20c9
An undesired change in behaviour was introduced.
This commit is contained in:
@ -100,9 +100,8 @@ public:
|
||||
std::set<OwnedGroup>::iterator it=IFind(grpId);
|
||||
if (it != fGroups.end())
|
||||
{
|
||||
OwnedGroup grp(it->fGroup, it->fOwnIt);
|
||||
fGroups.erase(it);
|
||||
fGroups.insert(grp);
|
||||
fGroups.insert(OwnedGroup(grpId, ownIt));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user