diff --git a/TShockAPI/Bouncer.cs b/TShockAPI/Bouncer.cs index 6605f1e5..5a908ba3 100644 --- a/TShockAPI/Bouncer.cs +++ b/TShockAPI/Bouncer.cs @@ -1786,7 +1786,7 @@ namespace TShockAPI { args.Player.SendTileSquare(tileX, tileY, size); } - args.Handled = false; + args.Handled = true; return; }