Regions are now UserID based.

This commit is contained in:
Lucas Nicodemus 2011-07-21 12:25:57 -06:00
parent d4665e5860
commit cd018fed8d
5 changed files with 52 additions and 10 deletions

View file

@ -50,6 +50,7 @@ namespace TShockAPI
public string UserAccountName { get; set; }
public bool HasBeenSpammedWithBuildMessage = false;
public bool IsLoggedIn = false;
public int UserID = -1;
Player FakePlayer = null;
public bool RealPlayer