Fix whitespace changes that are confusing
This commit is contained in:
parent
d78de5719e
commit
707683a0f2
1 changed files with 2 additions and 2 deletions
|
|
@ -303,12 +303,12 @@ namespace TShockAPI
|
|||
args.Handled = true;
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
if ((args.Player.TPlayer.BiomeTorchHoldStyle(style) != args.Player.TPlayer.BiomeTorchPlaceStyle(style))
|
||||
&& (selectedItem.placeStyle != style))
|
||||
{
|
||||
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.Handled = true;
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue