mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
Get rid of IScene.PresenceChildStatus() which always had to execute a lookup in favour of IClientAPI.ISceneAgent.IsChildAgent instead.
This commit is contained in:
@@ -211,11 +211,6 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
}
|
||||
|
||||
#region admin stuff
|
||||
|
||||
public virtual bool PresenceChildStatus(UUID avatarID)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
public abstract void OtherRegionUp(GridRegion otherRegion);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user