Fixed mana and HP first time getting flagged as cheat

This commit is contained in:
Maverick Motherfucker 2011-06-03 19:51:57 -07:00
parent e50d855f5f
commit fbad9d6d67
2 changed files with 15 additions and 4 deletions

View file

@ -8,6 +8,9 @@ namespace TShockAPI
public class TSPlayer
{
public uint tileThreshold;
public bool firstTimeHealth;
public bool firstTimeMana;
private int player;
private bool admin;
private bool adminSet;