diff options
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | 3 |
1 files changed, 1 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 9f952d1..6f4bc8b 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | |||
@@ -7280,8 +7280,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
7280 | if (remain < 1) | 7280 | if (remain < 1) |
7281 | return null; | 7281 | return null; |
7282 | 7282 | ||
7283 | LSL_Rotation q = rules.GetQuaternionItem(idx++); | 7283 | SetRot(part, rules.GetQuaternionItem(idx++)); |
7284 | SetRot(part, q); | ||
7285 | 7284 | ||
7286 | break; | 7285 | break; |
7287 | 7286 | ||