Reverted STS change, added STSC, fixed STS/STSC usage.
This commit is contained in:
parent
7f0daba593
commit
874b3b2746
7 changed files with 87 additions and 67 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue