Hashing now supports xp. Simply append "-xp" to the algorithm name.
Fixed kicking for mana over 200, max mana was raised to 400 in 1.0.6.
This commit is contained in:
parent
923358a4b2
commit
2a0bf9036a
4 changed files with 30 additions and 34 deletions
|
|
@ -107,7 +107,7 @@ namespace TShockAPI
|
|||
public bool DisableSpewLogs = true;
|
||||
|
||||
/// <summary>
|
||||
/// Valid types are "sha512", "sha256", "md5"
|
||||
/// Valid types are "sha512", "sha256", "md5", append with "-xp" for the xp supported algorithms
|
||||
/// </summary>
|
||||
public string HashAlgorithm = "sha512";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue