mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
* More LSL related fun
This commit is contained in:
@@ -16,7 +16,7 @@ namespace OpenSim.Region.Scripting
|
||||
|
||||
public Dictionary<string, IScript> compile(string filename)
|
||||
{
|
||||
LSLScript script = new LSLScript(filename);
|
||||
LSLScript script = new LSLScript(filename, libsecondlife.LLUUID.Zero);
|
||||
Dictionary<string, IScript> returns = new Dictionary<string, IScript>();
|
||||
|
||||
returns.Add(filename, script);
|
||||
|
||||
Reference in New Issue
Block a user