diff --git a/TShockAPI/Bouncer.cs b/TShockAPI/Bouncer.cs index 5bce5d2c..4ed7b43a 100644 --- a/TShockAPI/Bouncer.cs +++ b/TShockAPI/Bouncer.cs @@ -310,8 +310,8 @@ namespace TShockAPI if (selectedItem.placeStyle != style) { - TShock.Log.ConsoleError(string.Format("Bouncer / OnTileEdit rejected from (placestyle) {0} {1} {2} placeStyle: {3} expectedStyle: {4}", - args.Player.Name, action, editData, style, selectedItem.placeStyle)); + 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.SendTileSquare(tileX, tileY, 1); args.Handled = true; return;