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:
k0rd 2012-01-21 21:15:23 -05:00
parent 39c0007c84
commit 9d0f97851d
2 changed files with 58 additions and 10 deletions

View file

@ -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;
}
}
}
}