diff options
author | UbitUmarov | 2017-01-26 19:43:00 +0000 |
---|---|---|
committer | UbitUmarov | 2017-01-26 19:43:00 +0000 |
commit | ed365f6220afd4a3bb7d77ef44f6ecf673b46266 (patch) | |
tree | 0ecb593fdb971da82f78c99c086c9f0c6fd9f47d /OpenSim/Region/ScriptEngine | |
parent | ubOde: update prim mass when changing Density (diff) | |
download | opensim-SC_OLD-ed365f6220afd4a3bb7d77ef44f6ecf673b46266.zip opensim-SC_OLD-ed365f6220afd4a3bb7d77ef44f6ecf673b46266.tar.gz opensim-SC_OLD-ed365f6220afd4a3bb7d77ef44f6ecf673b46266.tar.bz2 opensim-SC_OLD-ed365f6220afd4a3bb7d77ef44f6ecf673b46266.tar.xz |
remove SOP.AttachPoint, redundant( and incoerent) with SOG.AttachmentPoint
Diffstat (limited to 'OpenSim/Region/ScriptEngine')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs index 226ad6c..3f2e321 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | |||
@@ -7972,7 +7972,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
7972 | { | 7972 | { |
7973 | return 0; | 7973 | return 0; |
7974 | } | 7974 | } |
7975 | |||
7976 | } | 7975 | } |
7977 | 7976 | ||
7978 | public void llDialog(string avatar, string message, LSL_List buttons, int chat_channel) | 7977 | public void llDialog(string avatar, string message, LSL_List buttons, int chat_channel) |
@@ -15867,7 +15866,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
15867 | return; | 15866 | return; |
15868 | } | 15867 | } |
15869 | 15868 | ||
15870 | group.RootPart.AttachPoint = group.RootPart.Shape.State; | ||
15871 | group.RootPart.AttachedPos = group.AbsolutePosition; | 15869 | group.RootPart.AttachedPos = group.AbsolutePosition; |
15872 | 15870 | ||
15873 | group.ResetIDs(); | 15871 | group.ResetIDs(); |