Fixed mana and HP first time getting flagged as cheat
This commit is contained in:
parent
e50d855f5f
commit
fbad9d6d67
2 changed files with 15 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue