mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
Mantis#1616. Applied Melanie's patch. This may or may
not break trunk.
This commit is contained in:
@@ -2344,8 +2344,8 @@ namespace OpenSim.Region.ScriptEngine.Common
|
||||
public LSL_Types.LSLInteger llGetStartParameter()
|
||||
{
|
||||
m_host.AddScriptLPS(1);
|
||||
// NotImplemented("llGetStartParameter");
|
||||
return m_host.ParentGroup.StartParameter;
|
||||
NotImplemented("llGetStartParameter");
|
||||
return 0;
|
||||
}
|
||||
|
||||
public void llGodLikeRezObject(string inventory, LSL_Types.Vector3 pos)
|
||||
|
||||
Reference in New Issue
Block a user