Attempt another invis fix

Drops HP packets which have the current HP <= 0. Also removes some
unused TSPlayer fields.
This commit is contained in:
MarioE 2013-11-30 09:07:09 -05:00
parent 02820c0172
commit 652425c4ba
2 changed files with 2 additions and 6 deletions

View file

@ -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;