Don't send another massive tile update after the first one after a teleport.
This commit is contained in:
parent
58359edd12
commit
a3158d6311
1 changed files with 1 additions and 1 deletions
|
|
@ -277,7 +277,7 @@ namespace TShockAPI
|
|||
TPlayer.position.Y = (float)(tiley * 16 - TPlayer.height);
|
||||
//We need to send the tile data again to prevent clients from thinking they *really* destroyed blocks just now.
|
||||
|
||||
SendTileSquare(tilex, tiley, 150);
|
||||
SendTileSquare(tilex, tiley, 10);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue