And one more. lThat should make all scripts start for everyone

0.6.0-stable
Melanie Thielker 2008-09-30 14:58:11 +00:00
parent f0564549a9
commit 57a862bc01
1 changed files with 1 additions and 1 deletions

View File

@ -583,7 +583,7 @@ namespace OpenSim.Region.Environment.Scenes
{ {
if (ent is SceneObjectGroup) if (ent is SceneObjectGroup)
{ {
((SceneObjectGroup)ent).CreateScriptInstances(0, false, ""); ((SceneObjectGroup)ent).CreateScriptInstances(0, false, DefaultScriptEngine);
} }
} }
} }