This commit is contained in:
Lucas Nicodemus 2011-07-14 17:21:24 -06:00
parent f271d10c7b
commit fcbaa5c056
2 changed files with 3 additions and 3 deletions

View file

@ -47,7 +47,7 @@ namespace TShockAPI
public TSPlayer LastWhisper;
public int LoginAttempts { get; set; }
public Vector2 TeleportCoords = new Vector2(-1, -1);
public string UserName { get; set; }
public string UserAccountName { get; set; }
public bool HasBeenSpammedWithBuildMessage = false;
public bool IsLoggedIn = false;
Player FakePlayer = null;