Reverted STS change, added STSC, fixed STS/STSC usage.

This commit is contained in:
0x3fcf1bbd 2022-02-01 16:00:05 +01:00
parent 7f0daba593
commit 874b3b2746
7 changed files with 87 additions and 67 deletions

View file

@ -190,7 +190,7 @@ namespace TShockAPI
// Send all players updated tile squares
foreach (Vector2 coords in tiles.Keys)
{
All.SendTileSquare((int)coords.X, (int)coords.Y, 3);
All.SendTileSquareCentered((int)coords.X, (int)coords.Y, 3);
}
}