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 ff7eaef..4d11754 100644 --- a/OpenSim/Framework/PrimitiveBaseShape.cs +++ b/OpenSim/Framework/PrimitiveBaseShape.cs | |||
@@ -1288,7 +1288,7 @@ namespace OpenSim.Framework | |||
1288 | prim.Textures = this.Textures; | 1288 | prim.Textures = this.Textures; |
1289 | 1289 | ||
1290 | prim.Properties = new Primitive.ObjectProperties(); | 1290 | prim.Properties = new Primitive.ObjectProperties(); |
1291 | prim.Properties.Name = "Primitive"; | 1291 | prim.Properties.Name = "Object"; |
1292 | prim.Properties.Description = ""; | 1292 | prim.Properties.Description = ""; |
1293 | prim.Properties.CreatorID = UUID.Zero; | 1293 | prim.Properties.CreatorID = UUID.Zero; |
1294 | prim.Properties.GroupID = UUID.Zero; | 1294 | prim.Properties.GroupID = UUID.Zero; |