mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-27 08:33:52 +00:00
Working release build
This commit is contained in:
parent
f85674da9b
commit
425ea4df34
34 changed files with 4332 additions and 4586 deletions
|
|
@ -19,7 +19,7 @@ wstring Hasher::getHash(wstring &name)
|
|||
//return new BigInteger(1, m.digest()).toString(16);
|
||||
|
||||
// TODO 4J Stu - Will this hash us with the same distribution as the MD5?
|
||||
return _toString( hash_value( s ) );
|
||||
return _toString(std::hash<wstring>{}( s ) );
|
||||
//}
|
||||
//catch (NoSuchAlgorithmException e)
|
||||
//{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue