Merge pull request #1593 from mistzzt/fix-tile-square

Fix tile square checking in Bouncer
This commit is contained in:
Lucas Nicodemus 2018-01-01 01:46:49 -07:00 committed by GitHub
commit 0c585d04a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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