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:
high 2011-08-10 05:25:17 -04:00
parent 923358a4b2
commit 2a0bf9036a
4 changed files with 30 additions and 34 deletions

View file

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