mirror of
https://code.chipmunk.land/ChomeNS/chipmunkmod.git
synced 2025-11-13 21:06:16 +00:00
still broken nbot hashing
This commit is contained in:
parent
fa7a41cecd
commit
71a28fc0b7
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ public class BotValidationUtilities {
|
||||||
|
|
||||||
long bigInt = ByteBuffer.wrap(new byte[] {0, 0, hash[0], hash[1], hash[2], hash[3], hash[4], hash[5]}).getLong();
|
long bigInt = ByteBuffer.wrap(new byte[] {0, 0, hash[0], hash[1], hash[2], hash[3], hash[4], hash[5]}).getLong();
|
||||||
|
|
||||||
String stringHash = Long.toUnsignedString(bigInt, 36).substring(0, 6);
|
String stringHash = Long.toUnsignedString(bigInt, 36).substring(0, 7);
|
||||||
|
|
||||||
final String[] restArguments = Arrays.copyOfRange(arguments, 1, arguments.length);
|
final String[] restArguments = Arrays.copyOfRange(arguments, 1, arguments.length);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue