diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index c13bcff2..fcd30a65 100644 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -1951,7 +1951,6 @@ namespace TShockAPI /// bool - True if the player has a hacked inventory. public static bool HackedInventory(TSPlayer player) { - //TODO: Update this to the new logic in PlayerData. bool check = false; Item[] inventory = player.TPlayer.inventory;