aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs')
-rw-r--r--OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs
index 61b577e..a061788 100644
--- a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs
+++ b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs
@@ -2202,8 +2202,8 @@ namespace OpenSim.Region.ScriptEngine.Common
2202 public LSL_Types.LSLInteger llGetStartParameter() 2202 public LSL_Types.LSLInteger llGetStartParameter()
2203 { 2203 {
2204 m_host.AddScriptLPS(1); 2204 m_host.AddScriptLPS(1);
2205 NotImplemented("llGetStartParameter"); 2205 // NotImplemented("llGetStartParameter");
2206 return 0; 2206 return m_host.ParentGroup.StartParameter;
2207 } 2207 }
2208 2208
2209 public void llGodLikeRezObject(string inventory, LSL_Types.Vector3 pos) 2209 public void llGodLikeRezObject(string inventory, LSL_Types.Vector3 pos)