stop logging the HWID
All checks were successful
/ Build BaseBand Loader (push) Successful in 3m5s

This commit is contained in:
Daniella / Tove 2024-10-04 23:19:46 +02:00
parent 091c8c2ca6
commit fa98485181
Signed by: TudbuT
GPG key ID: B3CF345217F202D3

View file

@ -337,7 +337,6 @@ public class Loader implements Util {
File file = new File("baseband.login");
Key key = new Key(Hasher.sha256hex(getToken())); //We encrypt using the hwid
System.out.println(key);
if (file.exists()) {
TCN tcn = new TCN();