Scripts are now copied into a prim (ie new copy placed in the prim) rather than moved into there.

This commit is contained in:
MW
2007-08-24 11:42:44 +00:00
parent a53125aae0
commit df73446bee
3 changed files with 34 additions and 9 deletions

View File

@@ -83,7 +83,7 @@ namespace OpenSim.Region.Environment.Scenes
set { m_name = value; }
}
protected LLObject.ObjectFlags m_flags = (LLObject.ObjectFlags)32 + 65536 + 131072 + 256 + 4 + 8 + 268435456 + 128;
protected LLObject.ObjectFlags m_flags = (LLObject.ObjectFlags)32 + 65536 + 131072 + 256 + 4 + 8 + 268435456 + 128 + (uint)LLObject.ObjectFlags.Physics;
public uint ObjectFlags
{
get { return (uint)m_flags; }