* revert r7724 so that PresenceChildStatus() starts throwing NRE's again

* apparantly logout code relies on this happening in certain circumstances.  Really, the root issue needs to be investigated.
This commit is contained in:
Justin Clarke Casey
2008-12-17 19:12:56 +00:00
parent 7ef5a79fef
commit 2108d328df
3 changed files with 12 additions and 4 deletions

View File

@@ -333,6 +333,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
if (m_groupPowers.ContainsKey(groupID))
return m_groupPowers[groupID];
return 0;
}