diff --git a/OpenMetaverse/ObjectManager.cs b/OpenMetaverse/ObjectManager.cs
index 768b1b51..c4aa8ba4 100644
--- a/OpenMetaverse/ObjectManager.cs
+++ b/OpenMetaverse/ObjectManager.cs
@@ -3026,10 +3026,9 @@ namespace OpenMetaverse
///
/// The simulator the object originated from
/// The Primitive
- /// true if this is the first tie we see the prim
- /// true if the primitive represents an attachment to an agent
/// The simulator time dilation
/// The prim was not in the dictionary before this update
+ /// true if the primitive represents an attachment to an agent
public PrimEventArgs(Simulator simulator, Primitive prim, ushort timeDilation, bool isNew, bool isAttachment)
{
this.m_Simulator = simulator;