mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
Remove llSetVehicledoubleParam. It does not exist.
It was a mistake a year ago to add it in.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user