mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
* Resolve mantis 1182. Doesn't actually implement llGiveInventoryList - merely corrects the signature so that "not implemented" message is displayed rather than a script
compile failure
This commit is contained in:
@@ -4172,7 +4172,7 @@ namespace OpenSim.Region.ScriptEngine.Common
|
||||
NotImplemented("llGroundRepel");
|
||||
}
|
||||
|
||||
public void llGiveInventoryList()
|
||||
public void llGiveInventoryList(string destination, string category, LSL_Types.list inventory)
|
||||
{
|
||||
m_host.AddScriptLPS(1);
|
||||
NotImplemented("llGiveInventoryList");
|
||||
|
||||
Reference in New Issue
Block a user