From 01a85a075890a03eb5aaedda87c4db66be5d5ff7 Mon Sep 17 00:00:00 2001 From: Ziteng Wang Date: Mon, 1 Jan 2018 16:40:07 +0800 Subject: [PATCH] Fix tile square checking in Bouncer --- TShockAPI/Bouncer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }