diff --git a/TShockAPI/NetItem.cs b/TShockAPI/NetItem.cs
index 13f3f49d..0f0dc6e3 100644
--- a/TShockAPI/NetItem.cs
+++ b/TShockAPI/NetItem.cs
@@ -177,7 +177,6 @@ namespace TShockAPI
/// Creates based on data from this structure.
///
/// A copy of the item.
- /// If the item ID is 0.
public Item ToItem()
{
Item item = new Item();