diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-08-06 22:23:18 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-08-06 22:23:18 -0400 |
commit | 8df5d79c9e01c2d665192ba5accfcd45a47e2dda (patch) | |
tree | 5b09b558d9d395d396058431fb8a77d8b846f206 /src/SMAPI.Mods.ConsoleCommands/Framework/ItemData | |
parent | a1a93ac4bf20458d49028ed40905e715aa1ae152 (diff) | |
download | SMAPI-8df5d79c9e01c2d665192ba5accfcd45a47e2dda.tar.gz SMAPI-8df5d79c9e01c2d665192ba5accfcd45a47e2dda.tar.bz2 SMAPI-8df5d79c9e01c2d665192ba5accfcd45a47e2dda.zip |
fix ConsoleCommands item search code
Diffstat (limited to 'src/SMAPI.Mods.ConsoleCommands/Framework/ItemData')
-rw-r--r-- | src/SMAPI.Mods.ConsoleCommands/Framework/ItemData/ItemType.cs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/SMAPI.Mods.ConsoleCommands/Framework/ItemData/ItemType.cs b/src/SMAPI.Mods.ConsoleCommands/Framework/ItemData/ItemType.cs index 797d4650..7ee662d0 100644 --- a/src/SMAPI.Mods.ConsoleCommands/Framework/ItemData/ItemType.cs +++ b/src/SMAPI.Mods.ConsoleCommands/Framework/ItemData/ItemType.cs @@ -1,4 +1,4 @@ -namespace StardewModdingAPI.Mods.ConsoleCommands.Framework.ItemData +namespace StardewModdingAPI.Mods.ConsoleCommands.Framework.ItemData { /// <summary>An item type that can be searched and added to the player through the console.</summary> internal enum ItemType @@ -9,9 +9,6 @@ /// <summary>A <see cref="Boots"/> item.</summary> Boots, - /// <summary>A fish item.</summary> - Fish, - /// <summary>A <see cref="Wallpaper"/> flooring item.</summary> Flooring, |