Remove llSetVehicledoubleParam. It does not exist.

It was a mistake a year ago to add it in.
0.6.0-stable
Charles Krinke 2008-09-28 19:31:58 +00:00
parent 3397236c6c
commit 9709d01358
1 changed files with 0 additions and 6 deletions

View File

@ -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);