Regions are now UserID based.
This commit is contained in:
parent
d4665e5860
commit
cd018fed8d
5 changed files with 52 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue