From d382da0fe7823fe8c61949365c757a5bddd8182b Mon Sep 17 00:00:00 2001 From: Michael Hansen Date: Mon, 21 May 2012 19:04:44 -0700 Subject: [PATCH] Fix a typo from way back when --- Sources/Plasma/PubUtilLib/plNetClient/plNetClientGroup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Plasma/PubUtilLib/plNetClient/plNetClientGroup.h b/Sources/Plasma/PubUtilLib/plNetClient/plNetClientGroup.h index fe770402..324d172b 100644 --- a/Sources/Plasma/PubUtilLib/plNetClient/plNetClientGroup.h +++ b/Sources/Plasma/PubUtilLib/plNetClient/plNetClientGroup.h @@ -100,7 +100,7 @@ public: std::set::iterator it=IFind(grpId); if (it != fGroups.end()) { - OwnedGroup grp(it->fGroup, it->fOwnIt); + OwnedGroup grp(grpId, ownIt); fGroups.erase(it); fGroups.insert(grp); }