diff --git a/TShockAPI/GetDataHandlers.cs b/TShockAPI/GetDataHandlers.cs index 0ef703af..205bf0b7 100644 --- a/TShockAPI/GetDataHandlers.cs +++ b/TShockAPI/GetDataHandlers.cs @@ -3097,16 +3097,6 @@ namespace TShockAPI { var buff = args.Data.ReadInt8(); - /*if (TShock.Itembans.ItemBans.Any(s => - { - Item item = new Item(); - item.SetDefaults(s.Name); - return item.buffType == buff; - })) - { - buff = 0; - }*/ - if (buff == 10 && TShock.Config.DisableInvisPvP && args.TPlayer.hostile) buff = 0;