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 0a81363..f07ab7c 100644 --- a/OpenSim/Framework/PrimitiveBaseShape.cs +++ b/OpenSim/Framework/PrimitiveBaseShape.cs | |||
@@ -1208,7 +1208,7 @@ namespace OpenSim.Framework | |||
1208 | prim.Textures = this.Textures; | 1208 | prim.Textures = this.Textures; |
1209 | 1209 | ||
1210 | prim.Properties = new Primitive.ObjectProperties(); | 1210 | prim.Properties = new Primitive.ObjectProperties(); |
1211 | prim.Properties.Name = "Primitive"; | 1211 | prim.Properties.Name = "Object"; |
1212 | prim.Properties.Description = ""; | 1212 | prim.Properties.Description = ""; |
1213 | prim.Properties.CreatorID = UUID.Zero; | 1213 | prim.Properties.CreatorID = UUID.Zero; |
1214 | prim.Properties.GroupID = UUID.Zero; | 1214 | prim.Properties.GroupID = UUID.Zero; |