This commit is contained in:
parent
67911c8e05
commit
60acfe753e
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@ public class Loader implements Util {
|
|||
FileReader fileReader = new FileReader(file);
|
||||
BufferedReader reader = new BufferedReader(fileReader);
|
||||
|
||||
if(!key.decryptString(reader.readLine()).equals(key)) {
|
||||
if(!key.decryptString(reader.readLine()).equals(Hasher.sha512hex(Hasher.sha256hex(getToken())))) {
|
||||
LOGGER.fatal("Login Data Checksum Not Matching!");
|
||||
LOGGER.fatal("This usually only happens when your HWID changes,");
|
||||
LOGGER.fatal("Rerun the Installer.");
|
||||
|
|
Loading…
Add table
Reference in a new issue