mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
* 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
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user