Remove todo reminder.

This commit is contained in:
DogooFalchion 2016-12-21 20:44:42 -05:00
parent 95c5129fa9
commit 84a84bdf05

View file

@ -1951,7 +1951,6 @@ namespace TShockAPI
/// <returns>bool - True if the player has a hacked inventory.</returns>
public static bool HackedInventory(TSPlayer player)
{
//TODO: Update this to the new logic in PlayerData.
bool check = false;
Item[] inventory = player.TPlayer.inventory;