From 84a84bdf05b7e0f61eb54b547895113743d0642b Mon Sep 17 00:00:00 2001 From: DogooFalchion Date: Wed, 21 Dec 2016 20:44:42 -0500 Subject: [PATCH] Remove todo reminder. --- TShockAPI/TShock.cs | 1 - 1 file changed, 1 deletion(-) 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;