From e0d6252693daf6ffcfc56fb1ee4845322c422ba3 Mon Sep 17 00:00:00 2001 From: tru321 <84877585+tru321@users.noreply.github.com> Date: Fri, 10 Dec 2021 10:53:58 +0800 Subject: [PATCH] Update GetDataHandlers.cs --- TShockAPI/GetDataHandlers.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/TShockAPI/GetDataHandlers.cs b/TShockAPI/GetDataHandlers.cs index a3da07f8..d67a4d53 100644 --- a/TShockAPI/GetDataHandlers.cs +++ b/TShockAPI/GetDataHandlers.cs @@ -3713,8 +3713,6 @@ namespace TShockAPI if(args.Player.IsBeingDisabled()) { TShock.Log.ConsoleDebug("GetDataHandlers / HandleCatchNpc rejected catch npc {0}", args.Player.Name); - Main.npc[npcID].active = true; - NetMessage.SendData((int)PacketTypes.NpcUpdate, -1, -1, NetworkText.Empty, npcID); return true; }