Added hacky way of dealing with spammed build protection messages.

This commit is contained in:
Lucas Nicodemus 2011-07-11 23:19:05 -06:00
parent d57300099e
commit fa41521986
4 changed files with 9 additions and 6 deletions

View file

@ -47,7 +47,7 @@ namespace TShockAPI
public int LoginAttempts { get; set; }
public Vector2 TeleportCoords = new Vector2(-1, -1);
public string UserName { get; set; }
public bool HasBeenSpammedWithBuildMessage = false;
Player FakePlayer = null;
public bool RealPlayer