No longer spam users to login.
This commit is contained in:
parent
14e55301e1
commit
92d6e7b9fb
2 changed files with 6 additions and 1 deletions
|
|
@ -51,6 +51,7 @@ namespace TShockAPI
|
|||
public bool HasBeenSpammedWithBuildMessage = false;
|
||||
public bool IsLoggedIn = false;
|
||||
public int UserID = -1;
|
||||
public bool HasBeenNaggedAboutLoggingIn = false;
|
||||
Player FakePlayer = null;
|
||||
|
||||
public bool RealPlayer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue