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.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs
index 55bdf07..509c866 100644
--- a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs
+++ b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs
@@ -962,14 +962,12 @@ namespace OpenSim.Region.ScriptEngine.Common
962 public double llCloud(LSL_Types.Vector3 offset) 962 public double llCloud(LSL_Types.Vector3 offset)
963 { 963 {
964 m_host.AddScriptLPS(1); 964 m_host.AddScriptLPS(1);
965 NotImplemented("llCloud");
966 return 0; 965 return 0;
967 } 966 }
968 967
969 public LSL_Types.Vector3 llWind(LSL_Types.Vector3 offset) 968 public LSL_Types.Vector3 llWind(LSL_Types.Vector3 offset)
970 { 969 {
971 m_host.AddScriptLPS(1); 970 m_host.AddScriptLPS(1);
972 NotImplemented("llWind");
973 return new LSL_Types.Vector3(); 971 return new LSL_Types.Vector3();
974 } 972 }
975 973