mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +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:
@@ -5978,7 +5978,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
|| avSetStartLocationRequestPacket.StartLocationData.LocationPos.Y == 255.5f)
|
||||
{
|
||||
ScenePresence avatar = null;
|
||||
if (((Scene)m_scene).TryGetAvatar(AgentId, out avatar))
|
||||
if (((Scene)m_scene).TryGetScenePresence(AgentId, out avatar))
|
||||
{
|
||||
if (avSetStartLocationRequestPacket.StartLocationData.LocationPos.X == 255.5f)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user