Changed how abuse of TileGetSection is handled.

(2nd request will cause a kick) - Thanks Lycaonj and UndeadMiner.
This commit is contained in:
Deathmax 2011-08-22 19:16:27 +08:00
parent a6132a31a2
commit cf9157bc94
2 changed files with 6 additions and 3 deletions

View file

@ -57,7 +57,7 @@ namespace TShockAPI
public bool HasBeenNaggedAboutLoggingIn;
public bool TpLock = false;
Player FakePlayer;
public List<Vector2> RequestedSections = new List<Vector2>();
public bool RequestedSection = false;
public DateTime LastDeath { get; set; }
public bool ForceSpawn = false;