Prevent repeated requests for sections.
(patches KANNIBALE's .ddos command)
This commit is contained in:
parent
eb88dc8924
commit
67f8760ba3
2 changed files with 13 additions and 0 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue