Remove todo reminder.
This commit is contained in:
parent
95c5129fa9
commit
84a84bdf05
1 changed files with 0 additions and 1 deletions
|
|
@ -1951,7 +1951,6 @@ namespace TShockAPI
|
||||||
/// <returns>bool - True if the player has a hacked inventory.</returns>
|
/// <returns>bool - True if the player has a hacked inventory.</returns>
|
||||||
public static bool HackedInventory(TSPlayer player)
|
public static bool HackedInventory(TSPlayer player)
|
||||||
{
|
{
|
||||||
//TODO: Update this to the new logic in PlayerData.
|
|
||||||
bool check = false;
|
bool check = false;
|
||||||
|
|
||||||
Item[] inventory = player.TPlayer.inventory;
|
Item[] inventory = player.TPlayer.inventory;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue