Remove llSetVehicledoubleParam. It does not exist.
It was a mistake a year ago to add it in.0.6.0-stable
parent
3397236c6c
commit
9709d01358
|
@ -5162,12 +5162,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
|||
NotImplemented("llSetVehicleType");
|
||||
}
|
||||
|
||||
public void llSetVehicledoubleParam(int param, double value)
|
||||
{
|
||||
m_host.AddScriptLPS(1);
|
||||
NotImplemented("llSetVehicledoubleParam");
|
||||
}
|
||||
|
||||
public void llSetVehicleFloatParam(int param, float value)
|
||||
{
|
||||
m_host.AddScriptLPS(1);
|
||||
|
|
Loading…
Reference in New Issue