mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
Woops - forgot to call m_host.AddScriptLPS(1) in llGetObjectDetails....
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user