OnFishoutNPC - Use ConsoleDebug for message.
This commit is contained in:
parent
2fd5941821
commit
00161088e7
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue