mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
Slight change to state management for attach scheduling.
Signed-off-by: dr scofield (aka dirk husemann) <drscofield@xyzzyxyzzy.net>
This commit is contained in:
committed by
dr scofield (aka dirk husemann)
parent
9ffe4d850e
commit
068f54725b
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user