diff options
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs index 8e56440..87c0450 100644 --- a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs +++ b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs | |||
@@ -4172,7 +4172,7 @@ namespace OpenSim.Region.ScriptEngine.Common | |||
4172 | NotImplemented("llGroundRepel"); | 4172 | NotImplemented("llGroundRepel"); |
4173 | } | 4173 | } |
4174 | 4174 | ||
4175 | public void llGiveInventoryList() | 4175 | public void llGiveInventoryList(string destination, string category, LSL_Types.list inventory) |
4176 | { | 4176 | { |
4177 | m_host.AddScriptLPS(1); | 4177 | m_host.AddScriptLPS(1); |
4178 | NotImplemented("llGiveInventoryList"); | 4178 | NotImplemented("llGiveInventoryList"); |