diff options
Diffstat (limited to 'OpenSim/Framework/PrimitiveBaseShape.cs')
-rw-r--r-- | OpenSim/Framework/PrimitiveBaseShape.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/PrimitiveBaseShape.cs b/OpenSim/Framework/PrimitiveBaseShape.cs index 927415e..20b9cf1 100644 --- a/OpenSim/Framework/PrimitiveBaseShape.cs +++ b/OpenSim/Framework/PrimitiveBaseShape.cs | |||
@@ -1333,7 +1333,7 @@ namespace OpenSim.Framework | |||
1333 | prim.Textures = this.Textures; | 1333 | prim.Textures = this.Textures; |
1334 | 1334 | ||
1335 | prim.Properties = new Primitive.ObjectProperties(); | 1335 | prim.Properties = new Primitive.ObjectProperties(); |
1336 | prim.Properties.Name = "Primitive"; | 1336 | prim.Properties.Name = "Object"; |
1337 | prim.Properties.Description = ""; | 1337 | prim.Properties.Description = ""; |
1338 | prim.Properties.CreatorID = UUID.Zero; | 1338 | prim.Properties.CreatorID = UUID.Zero; |
1339 | prim.Properties.GroupID = UUID.Zero; | 1339 | prim.Properties.GroupID = UUID.Zero; |