Added /auth-verify to turn off the auth system.
This commit is contained in:
parent
ae7763676e
commit
8f5d33e49b
4 changed files with 52 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue