Attempt another invis fix
Drops HP packets which have the current HP <= 0. Also removes some unused TSPlayer fields.
This commit is contained in:
parent
02820c0172
commit
652425c4ba
2 changed files with 2 additions and 6 deletions
|
|
@ -163,8 +163,6 @@ namespace TShockAPI
|
|||
/// </summary>
|
||||
public bool DisplayLogs = true;
|
||||
|
||||
public Vector2 oldSpawn = Vector2.Zero;
|
||||
|
||||
/// <summary>
|
||||
/// The last player that the player whispered with (to or from).
|
||||
/// </summary>
|
||||
|
|
@ -217,8 +215,6 @@ namespace TShockAPI
|
|||
/// </summary>
|
||||
public bool mute;
|
||||
|
||||
public bool TpLock;
|
||||
|
||||
private Player FakePlayer;
|
||||
|
||||
public bool RequestedSection;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue