No longer spam users to login.

This commit is contained in:
Lucas Nicodemus 2011-07-22 16:18:28 -06:00
parent 14e55301e1
commit 92d6e7b9fb
2 changed files with 6 additions and 1 deletions

View file

@ -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