Update fixes

This commit is contained in:
crschnick
2023-03-07 14:17:54 +00:00
parent 3ec708ef37
commit beb4ccd01f
7 changed files with 110 additions and 58 deletions

View File

@@ -81,7 +81,6 @@ public class Deobfuscator {
}
} catch (Exception ex) {
System.err.println("Deobfuscation failed");
ex.printStackTrace();
return stackTrace;
}