mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
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:
committed by
Melanie
parent
7b03cb09e4
commit
c47de94263
@@ -1845,7 +1845,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();
|
||||
|
||||
Reference in New Issue
Block a user