Make newly created prims be named "Object" and make newly created scripts

have a default touch handler. Compatibility patch
This commit is contained in:
Melanie Thielker
2010-06-29 03:51:16 +02:00
parent 3e908023b2
commit 6f4d4543b9
3 changed files with 4 additions and 4 deletions

View File

@@ -1196,7 +1196,7 @@ namespace OpenSim.Framework
prim.Textures = this.Textures;
prim.Properties = new Primitive.ObjectProperties();
prim.Properties.Name = "Primitive";
prim.Properties.Name = "Object";
prim.Properties.Description = "";
prim.Properties.CreatorID = UUID.Zero;
prim.Properties.GroupID = UUID.Zero;