log
parent
a37e7310f6
commit
0dd082a3b2
|
|
@ -32,6 +32,7 @@ public class CheckFight {
|
||||||
String luaFileName = null;
|
String luaFileName = null;
|
||||||
try {
|
try {
|
||||||
luaFileName = getPath(path);
|
luaFileName = getPath(path);
|
||||||
|
System.out.println("lua path : "+luaFileName);
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue