Removed unnecessary documentation

This commit is contained in:
AkjaHAsLk1IALk0MasH 2023-06-08 18:11:26 +07:00
parent b3f3149850
commit 4eb2aa49de

View file

@ -177,7 +177,6 @@ namespace TShockAPI
/// Creates <see cref="Terraria.Item"/> based on data from this structure. /// Creates <see cref="Terraria.Item"/> based on data from this structure.
/// </summary> /// </summary>
/// <returns>A copy of the item.</returns> /// <returns>A copy of the item.</returns>
/// <exception cref="Exception">If the item ID is 0.</exception>
public Item ToItem() public Item ToItem()
{ {
Item item = new Item(); Item item = new Item();