From a369a25084d6a499b4003d5ae6ea1b162659aef4 Mon Sep 17 00:00:00 2001 From: stacey <57187883+moisterrific@users.noreply.github.com> Date: Fri, 28 May 2021 23:12:39 -0400 Subject: [PATCH] Update TShockAPI/Bouncer.cs Co-authored-by: Lucas Nicodemus --- TShockAPI/Bouncer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/Bouncer.cs b/TShockAPI/Bouncer.cs index a3680f5c..514583cb 100644 --- a/TShockAPI/Bouncer.cs +++ b/TShockAPI/Bouncer.cs @@ -308,7 +308,7 @@ namespace TShockAPI && (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;