diff --git a/TShockAPI/Bouncer.cs b/TShockAPI/Bouncer.cs index e85da8e9..a3680f5c 100644 --- a/TShockAPI/Bouncer.cs +++ b/TShockAPI/Bouncer.cs @@ -305,7 +305,7 @@ namespace TShockAPI } if ((args.Player.TPlayer.BiomeTorchHoldStyle(style) != args.Player.TPlayer.BiomeTorchPlaceStyle(style)) - && (selectedItem.placeStyle != 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);