From 40b99af4cff743485d54ecc8ccdb9a1ac988bbe3 Mon Sep 17 00:00:00 2001 From: moisterrific <57187883+moisterrific@users.noreply.github.com> Date: Fri, 6 Mar 2020 00:15:45 -0500 Subject: [PATCH] Removed useless code that didn't really work That band aid fix didn't really fix the issue to begin with. --- TShockAPI/Bouncer.cs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/TShockAPI/Bouncer.cs b/TShockAPI/Bouncer.cs index 3f59c88..aec7c40 100644 --- a/TShockAPI/Bouncer.cs +++ b/TShockAPI/Bouncer.cs @@ -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;