Remove more randomly commented out code with no apparent reason
This commit is contained in:
parent
5c9d2ed870
commit
903b5b124e
1 changed files with 0 additions and 10 deletions
|
|
@ -3097,16 +3097,6 @@ namespace TShockAPI
|
||||||
{
|
{
|
||||||
var buff = args.Data.ReadInt8();
|
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)
|
if (buff == 10 && TShock.Config.DisableInvisPvP && args.TPlayer.hostile)
|
||||||
buff = 0;
|
buff = 0;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue