OnFishoutNPC - Use ConsoleDebug for message.

This commit is contained in:
Patrikkk 2020-06-04 12:25:55 +02:00
parent 2fd5941821
commit 00161088e7

View file

@ -1935,7 +1935,7 @@ namespace TShockAPI
}
if (!args.Player.IsInRange(args.TileX, args.TileY, 55))
{
TShock.Log.ConsoleError("Bouncer / OnFishOutNPC rejected range checks from {0}", args.Player.Name);
TShock.Log.ConsoleDebug("Bouncer / OnFishOutNPC rejected range checks from {0}", args.Player.Name);
args.Handled = true;
}
}