mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
* 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:
@@ -80,7 +80,10 @@ namespace OpenSim.Framework
|
||||
/// Used by ClientView when a 'kick everyone' or 'estate message' occurs
|
||||
///
|
||||
/// <param name="avatarID">AvatarID to lookup</param>
|
||||
/// <returns>true if the presence is a child agent, false if the presence does not exist or is not a child agent</returns>
|
||||
/// <returns>true if the presence is a child agent, false if the presence is a root exception</returns>
|
||||
/// <exception cref="System.NullReferenceException">
|
||||
/// Thrown if the agent does not exist.
|
||||
/// </exception>
|
||||
bool PresenceChildStatus(UUID agentId);
|
||||
|
||||
// Diva: get this out of here!!!
|
||||
|
||||
Reference in New Issue
Block a user