Remove extra debug info from OnGetData

Per packet debug logs are redundant for people with the packet monitor
plugin. If you need packet monitoring, please install the packet monitor
plugin.
This commit is contained in:
Lucas Nicodemus 2020-05-29 19:50:07 -07:00
parent 0c3242a6f5
commit 44ad2d2eff
No known key found for this signature in database
GPG key ID: A07BD9023D1664DB
2 changed files with 5 additions and 6 deletions

View file

@ -1493,8 +1493,6 @@ namespace TShockAPI
PacketTypes type = e.MsgID;
Log.ConsoleDebug("Recv: {0:X}: {2} ({1:XX})", e.Msg.whoAmI, (byte)type, type);
var player = Players[e.Msg.whoAmI];
if (player == null || !player.ConnectionAlive)
{