Slight change to state management for attach scheduling.

Signed-off-by: dr scofield (aka dirk husemann) <drscofield@xyzzyxyzzy.net>
This commit is contained in:
Alan Webb
2009-08-03 23:07:12 -04:00
committed by dr scofield (aka dirk husemann)
parent 9ffe4d850e
commit 068f54725b
3 changed files with 11 additions and 13 deletions

View File

@@ -512,8 +512,8 @@ namespace OpenSim.Region.Framework.Scenes
objatt.HasGroupChanged = true;
// Fire after attach, so we don't get messy perms dialogs
//
objatt.CreateScriptInstances(0, true, m_parentScene.DefaultScriptEngine, 0);
// 3 == AttachedRez
objatt.CreateScriptInstances(0, true, m_parentScene.DefaultScriptEngine, 3);
}
return objatt;
}