Woops - forgot to call m_host.AddScriptLPS(1) in llGetObjectDetails....

0.6.0-stable
alondria 2008-03-21 20:20:39 +00:00
parent be83ac37f9
commit d3515bf22e
1 changed files with 1 additions and 0 deletions

View File

@ -4534,6 +4534,7 @@ namespace OpenSim.Region.ScriptEngine.Common
public LSL_Types.list llGetObjectDetails(string id, LSL_Types.list args)
{
m_host.AddScriptLPS(1);
LSL_Types.list ret = new LSL_Types.list();
LLUUID key = new LLUUID();
if (LLUUID.TryParse(id, out key))