mirror of
https://github.com/funkemunky/KauriV3.git
synced 2026-07-01 10:18:26 +00:00
Temp remove integrity check, updating loader instance
This commit is contained in:
@@ -110,7 +110,7 @@ public class AnticheatCommand extends BaseCommand {
|
||||
private static WrappedMethod exitMethod = classSystem.getMethod("exit", int.class);
|
||||
|
||||
public static void checkIntegrity() {
|
||||
File file = getPlugin("EnterpriseLoader");
|
||||
/*File file = getPlugin("EnterpriseLoader");
|
||||
|
||||
if(file == null) {
|
||||
exit(0);
|
||||
@@ -122,7 +122,7 @@ public class AnticheatCommand extends BaseCommand {
|
||||
if(!acceptableHashes.contains(hash)) {
|
||||
System.out.println("Bad loader file!");
|
||||
exit(0);
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
private static void exit(int number) {
|
||||
|
||||
Reference in New Issue
Block a user