mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
And one more. lThat should make all scripts start for everyone
This commit is contained in:
@@ -583,7 +583,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
{
|
||||
if (ent is SceneObjectGroup)
|
||||
{
|
||||
((SceneObjectGroup)ent).CreateScriptInstances(0, false, "");
|
||||
((SceneObjectGroup)ent).CreateScriptInstances(0, false, DefaultScriptEngine);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user