Merge pull request #1593 from mistzzt/fix-tile-square
Fix tile square checking in Bouncer
This commit is contained in:
commit
0c585d04a7
1 changed files with 1 additions and 1 deletions
|
|
@ -1786,7 +1786,7 @@ namespace TShockAPI
|
||||||
{
|
{
|
||||||
args.Player.SendTileSquare(tileX, tileY, size);
|
args.Player.SendTileSquare(tileX, tileY, size);
|
||||||
}
|
}
|
||||||
args.Handled = false;
|
args.Handled = true;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue