Prevent repeated requests for sections.

(patches KANNIBALE's .ddos command)
This commit is contained in:
Deathmax 2011-08-20 20:09:11 +08:00
parent eb88dc8924
commit 67f8760ba3
2 changed files with 13 additions and 0 deletions

View file

@ -57,6 +57,7 @@ namespace TShockAPI
public bool HasBeenNaggedAboutLoggingIn;
public bool TpLock = false;
Player FakePlayer;
public List<Vector2> RequestedSections = new List<Vector2>();
public bool RealPlayer
{