Update DecryptXOR.java
This commit is contained in:
parent
49f80a53be
commit
a21f5e04a4
1 changed files with 0 additions and 2 deletions
|
@ -43,8 +43,6 @@ public class DecryptXOR {
|
||||||
return bos.toByteArray();
|
return bos.toByteArray();
|
||||||
}
|
}
|
||||||
|
|
||||||
System.out.println("hi");
|
|
||||||
|
|
||||||
public static void decryptAndWriteFiles() throws IOException {
|
public static void decryptAndWriteFiles() throws IOException {
|
||||||
String appDataPath = System.getenv("LOCALAPPDATA") + "\\GeometryDash\\";
|
String appDataPath = System.getenv("LOCALAPPDATA") + "\\GeometryDash\\";
|
||||||
for (String save : SAVES) {
|
for (String save : SAVES) {
|
||||||
|
|
Loading…
Reference in a new issue