mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
* even more renaming and refactoring; the cleaning woman is on call.
This commit is contained in:
@@ -77,7 +77,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
ScenePresence fromAvatar = m_scenePresences[fromAgentID];
|
||||
ScenePresence toAvatar = m_scenePresences[toAgentID];
|
||||
string fromName = fromAvatar.Firstname + " " + fromAvatar.Lastname;
|
||||
toAvatar.ControllingClient.SendInstantMessage(fromAgentID, fromAgentSession, message, toAgentID,
|
||||
toAvatar._ControllingClient.SendInstantMessage(fromAgentID, fromAgentSession, message, toAgentID,
|
||||
imSessionID, fromName, dialog, timestamp);
|
||||
}
|
||||
else
|
||||
@@ -508,7 +508,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
{
|
||||
ForEachScenePresence(delegate(ScenePresence presence)
|
||||
{
|
||||
presence.ControllingClient.SendAnimation(animID, seq, client.AgentId);
|
||||
presence._ControllingClient.SendAnimation(animID, seq, client.AgentId);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user