1
0
mirror of https://github.com/Cekis/APTAnalyzer.git synced 2026-01-16 22:04:26 -05:00

Update main.java

This commit is contained in:
Cekis
2019-02-21 11:27:26 -08:00
committed by GitHub
parent 7631dd6957
commit 382960386c

View File

@@ -6,7 +6,7 @@ import java.io.File;
import java.io.IOException; import java.io.IOException;
public class main { public class main {
private static String clientDataRoot = "E:/Games/SWG-Extracted/"; private static String clientDataRoot = "E:/Games/SWG-Extracted/"; // this should be the folder where the client side files are expanded into.
public static void main(String[] args) public static void main(String[] args)
{ {
if(args != null){ if(args != null){