Added /auth-verify to turn off the auth system.

This commit is contained in:
Lucas Nicodemus 2011-07-12 00:04:15 -06:00
parent ae7763676e
commit 8f5d33e49b
4 changed files with 52 additions and 8 deletions

View file

@ -48,6 +48,7 @@ namespace TShockAPI
public Vector2 TeleportCoords = new Vector2(-1, -1);
public string UserName { get; set; }
public bool HasBeenSpammedWithBuildMessage = false;
public bool IsLoggedIn = false;
Player FakePlayer = null;
public bool RealPlayer