This commit is contained in:
Anuken
2020-01-31 20:10:21 -05:00
parent 51b4824c92
commit 63d84bead3
3 changed files with 2 additions and 2 deletions

View File

@@ -177,6 +177,7 @@ public class AndroidLauncher extends AndroidApplication{
}
//create marker
Core.files.local("files_moved").writeString("files moved to " + data);
Core.files.local("files_moved_103").writeString("files moved again");
Log.info("Files moved.");
}catch(Throwable t){
Log.err("Failed to move files!");