And one more. lThat should make all scripts start for everyone
parent
f0564549a9
commit
57a862bc01
|
@ -583,7 +583,7 @@ namespace OpenSim.Region.Environment.Scenes
|
|||
{
|
||||
if (ent is SceneObjectGroup)
|
||||
{
|
||||
((SceneObjectGroup)ent).CreateScriptInstances(0, false, "");
|
||||
((SceneObjectGroup)ent).CreateScriptInstances(0, false, DefaultScriptEngine);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue