TShock will now wait 2 seconds before sending another XXX protected from changes for a given protection type - per user.
This commit is contained in:
parent
39c0007c84
commit
9d0f97851d
2 changed files with 58 additions and 10 deletions
|
|
@ -76,6 +76,10 @@ namespace TShockAPI
|
|||
public bool RequiresPassword;
|
||||
public bool SilentKickInProgress;
|
||||
public List<Point> IceTiles;
|
||||
public long RPm=1;
|
||||
public long WPm=1;
|
||||
public long SPm=1;
|
||||
public long BPm=1;
|
||||
|
||||
|
||||
public bool RealPlayer
|
||||
|
|
@ -678,4 +682,4 @@ namespace TShockAPI
|
|||
return inventory;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue