mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
* Slowly but surely working my way towards Regionality...
This commit is contained in:
@@ -504,12 +504,12 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
}
|
||||
}
|
||||
|
||||
public void StartAnimation(IClientAPI client, LLUUID animID, int seq)
|
||||
public void StartAnimation(LLUUID animID, int seq, LLUUID agentId)
|
||||
{
|
||||
ForEachScenePresence(delegate(ScenePresence presence)
|
||||
{
|
||||
presence.ControllingClient.SendAnimation(animID, seq, client.AgentId);
|
||||
});
|
||||
Broadcast(delegate(IClientAPI client)
|
||||
{
|
||||
client.SendAnimation(animID, seq, agentId);
|
||||
});
|
||||
}
|
||||
|
||||
public virtual void ProcessObjectGrab(uint localID, LLVector3 offsetPos, IClientAPI remoteClient)
|
||||
|
||||
Reference in New Issue
Block a user