From de243802334c44967273be2d1455a5f191f75955 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Mon, 23 Jun 2008 18:01:58 +0000 Subject: * Remove all use of asset.InvType, as outlined in mailing list discussion * This is stage 1, the field will be removed from AssetType and the assets table if this change doesn't prove problematic --- OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/ScriptEngine/Common') diff --git a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs index 4d80603..6f4e481 100644 --- a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs +++ b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs @@ -2696,7 +2696,7 @@ namespace OpenSim.Region.ScriptEngine.Common public void llGiveInventory(string destination, string inventory) { m_host.AddScriptLPS(1); - NotImplemented("llGiveInventory"); + NotImplemented("llGiveInventory not yet oh no!"); } public void llRemoveInventory(string item) -- cgit v1.1