Update GetDataHandlers.cs

This commit is contained in:
tru321 2021-12-10 10:53:58 +08:00 committed by GitHub
parent 16f7c876e1
commit e0d6252693
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}