Fix tile square checking in Bouncer

This commit is contained in:
Ziteng Wang 2018-01-01 16:40:07 +08:00
parent e39c9e9eb8
commit 01a85a0758

View file

@ -1786,7 +1786,7 @@ namespace TShockAPI
{
args.Player.SendTileSquare(tileX, tileY, size);
}
args.Handled = false;
args.Handled = true;
return;
}