diff options
author | Melanie Thielker | 2008-09-13 19:51:56 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-09-13 19:51:56 +0000 |
commit | 8830b8b72cd53af8ed0383ab3247e23dab87776e (patch) | |
tree | 01eae3b0950712996f461224e46e1da28fd05ebd /OpenSim/Region/ScriptEngine/Common | |
parent | Update avatar-position while avatar is sitting and the prim is moved (#2159). (diff) | |
download | opensim-SC_OLD-8830b8b72cd53af8ed0383ab3247e23dab87776e.zip opensim-SC_OLD-8830b8b72cd53af8ed0383ab3247e23dab87776e.tar.gz opensim-SC_OLD-8830b8b72cd53af8ed0383ab3247e23dab87776e.tar.bz2 opensim-SC_OLD-8830b8b72cd53af8ed0383ab3247e23dab87776e.tar.xz |
Mantis #2018
Read animation data from avataranimations.xml to allow default animations
to be started and stopped by name from scripts.
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Common')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs index 23b66d1..1ec88f8 100644 --- a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs +++ b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs | |||
@@ -2660,9 +2660,6 @@ namespace OpenSim.Region.ScriptEngine.Common | |||
2660 | animID=InventoryKey(anim); | 2660 | animID=InventoryKey(anim); |
2661 | } | 2661 | } |
2662 | 2662 | ||
2663 | if (animID == UUID.Zero) | ||
2664 | return; | ||
2665 | |||
2666 | ScenePresence presence = World.GetScenePresence(m_host.TaskInventory[invItemID].PermsGranter); | 2663 | ScenePresence presence = World.GetScenePresence(m_host.TaskInventory[invItemID].PermsGranter); |
2667 | 2664 | ||
2668 | if (presence != null) | 2665 | if (presence != null) |