back_recharge
mashiyu 2019-03-21 15:24:31 +08:00
parent a37e7310f6
commit 0dd082a3b2
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ public class CheckFight {
String luaFileName = null;
try {
luaFileName = getPath(path);
System.out.println("lua path : "+luaFileName);
} catch (IOException e) {
e.printStackTrace();
}