diff options
author | Melanie Thielker | 2014-09-09 03:01:05 +0200 |
---|---|---|
committer | Melanie Thielker | 2014-09-09 03:01:05 +0200 |
commit | f2390f7c72c70912da8c5d4626064996d42811bc (patch) | |
tree | d6382ec5b3c91075e71bbb12bd89a14c0021dbfc /OpenSim/Region/Framework/Scenes/ScenePresence.cs | |
parent | do not send objectproprieties on sop.SetGroup(). I many cases this will (diff) | |
download | opensim-SC-f2390f7c72c70912da8c5d4626064996d42811bc.zip opensim-SC-f2390f7c72c70912da8c5d4626064996d42811bc.tar.gz opensim-SC-f2390f7c72c70912da8c5d4626064996d42811bc.tar.bz2 opensim-SC-f2390f7c72c70912da8c5d4626064996d42811bc.tar.xz |
Plumb llSetAnimationOverride
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/ScenePresence.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index 47acb0b..4d5f747 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -6004,5 +6004,9 @@ namespace OpenSim.Region.Framework.Scenes | |||
6004 | Animator.SendAnimPackToClient(p.ControllingClient); | 6004 | Animator.SendAnimPackToClient(p.ControllingClient); |
6005 | SendAttachmentsToAgentNF(p); | 6005 | SendAttachmentsToAgentNF(p); |
6006 | } | 6006 | } |
6007 | |||
6008 | public void SetAnimationOverride(string animState, UUID animID) | ||
6009 | { | ||
6010 | } | ||
6007 | } | 6011 | } |
6008 | } | 6012 | } |