Prevents users from sneaking items onto the server by holding them in their hands when ServerSideInventory is enabled.
This commit is contained in:
parent
1666c657d6
commit
b66358bef2
4 changed files with 37 additions and 33 deletions
|
|
@ -76,11 +76,11 @@ 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 long RPm=1;
|
||||
public long WPm=1;
|
||||
public long SPm=1;
|
||||
public long BPm=1;
|
||||
public long LoginMS;
|
||||
|
||||
public bool RealPlayer
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue