mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
* More LSL related fun
This commit is contained in:
@@ -52,7 +52,12 @@ namespace OpenSim.Region.Scripting
|
||||
world = scene;
|
||||
events = world.EventManager;
|
||||
logger = MainLog.Instance;
|
||||
api = new ScriptAPI(scene);
|
||||
api = new ScriptAPI(world, libsecondlife.LLUUID.Zero);
|
||||
}
|
||||
|
||||
public void CreateTaskAPI(libsecondlife.LLUUID task)
|
||||
{
|
||||
api = new ScriptAPI(world, task);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user