mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, Scene and SceneGraph. This was the only change in this patch to keep it isolated from other recent changes to the same set of files.
This commit is contained in:
@@ -66,7 +66,7 @@ namespace OpenSim.Region.Framework.Scenes.Tests
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public override bool TryGetAvatar(UUID agentID, out ScenePresence scenePresence)
|
||||
public override bool TryGetScenePresence(UUID agentID, out ScenePresence scenePresence)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user