Clarify log debug from SendTileSquare
This commit is contained in:
parent
37e65b64dc
commit
ae87f242d7
1 changed files with 1 additions and 1 deletions
|
|
@ -711,7 +711,7 @@ namespace TShockAPI
|
|||
args.Player.SendTileSquare(tileX, tileY, size);
|
||||
}
|
||||
|
||||
TShock.Log.ConsoleDebug("Bouncer / SendTileSquare rejected from spaghetti from {0}", args.Player.Name);
|
||||
TShock.Log.ConsoleDebug("Bouncer / SendTileSquare reimplemented from spaghetti from {0}", args.Player.Name);
|
||||
args.Handled = true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue