Update TShockAPI/Bouncer.cs
Co-authored-by: Lucas Nicodemus <shank@shanked.me>
This commit is contained in:
parent
d78de5719e
commit
a369a25084
1 changed files with 1 additions and 1 deletions
|
|
@ -308,7 +308,7 @@ namespace TShockAPI
|
||||||
&& (selectedItem.placeStyle != style))
|
&& (selectedItem.placeStyle != style))
|
||||||
{
|
{
|
||||||
TShock.Log.ConsoleError("Bouncer / OnTileEdit rejected from (placestyle) {0} {1} {2} placeStyle: {3} expectedStyle: {4}",
|
TShock.Log.ConsoleError("Bouncer / OnTileEdit rejected from (placestyle) {0} {1} {2} placeStyle: {3} expectedStyle: {4}",
|
||||||
args.Player.Name, action, editData, style, selectedItem.placeStyle);
|
args.Player.Name, action, editData, style, selectedItem.placeStyle);
|
||||||
args.Player.SendTileSquare(tileX, tileY, 1);
|
args.Player.SendTileSquare(tileX, tileY, 1);
|
||||||
args.Handled = true;
|
args.Handled = true;
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue