Update GetDataHandlers.cs
This commit is contained in:
parent
16f7c876e1
commit
e0d6252693
1 changed files with 0 additions and 2 deletions
|
|
@ -3713,8 +3713,6 @@ namespace TShockAPI
|
||||||
if(args.Player.IsBeingDisabled())
|
if(args.Player.IsBeingDisabled())
|
||||||
{
|
{
|
||||||
TShock.Log.ConsoleDebug("GetDataHandlers / HandleCatchNpc rejected catch npc {0}", args.Player.Name);
|
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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue