Skip to content

Commit

Permalink
Removed useless code that didn't really work
Browse files Browse the repository at this point in the history
That band aid fix didn't really fix the issue to begin with.
  • Loading branch information
moisterrific authored Mar 6, 2020
1 parent 6ce8d36 commit 40b99af
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions TShockAPI/Bouncer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1383,13 +1383,6 @@ internal void OnNPCAddBuff(object sender, GetDataHandlers.NPCAddBuffEventArgs ar
args.Handled = true;
return;
}

// Fix for false positive kicks
if (npc.type == NPCID.PlanterasTentacle || npc.type == NPCID.StardustCellBig)
{
args.Handled = false;
return;
}

bool detectedNPCBuffTimeCheat = false;

Expand Down

0 comments on commit 40b99af

Please sign in to comment.