mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +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:
@@ -520,7 +520,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Concierge
|
||||
// protected void AnnounceToAgentsRegion(Scene scene, string msg)
|
||||
// {
|
||||
// ScenePresence agent = null;
|
||||
// if ((client.Scene is Scene) && (client.Scene as Scene).TryGetAvatar(client.AgentId, out agent))
|
||||
// if ((client.Scene is Scene) && (client.Scene as Scene).TryGetScenePresence(client.AgentId, out agent))
|
||||
// AnnounceToAgentsRegion(agent, msg);
|
||||
// else
|
||||
// m_log.DebugFormat("[Concierge]: could not find an agent for client {0}", client.Name);
|
||||
|
||||
Reference in New Issue
Block a user