Adjust the "Magic numbers" we use because we can't reference the actual

script state enum to reflect recent changes.
This commit is contained in:
Melanie Thielker
2010-08-31 22:24:11 +02:00
parent 79bfa275da
commit b973fe5297
4 changed files with 4 additions and 4 deletions

View File

@@ -1928,7 +1928,7 @@ namespace OpenSim.Region.Framework.Scenes
copy.UpdateGroupRotationR(rot);
}
copy.CreateScriptInstances(0, false, m_parentScene.DefaultScriptEngine, 0);
copy.CreateScriptInstances(0, false, m_parentScene.DefaultScriptEngine, 1);
copy.HasGroupChanged = true;
copy.ScheduleGroupForFullUpdate();
copy.ResumeScripts();