Minor build fixes

This commit is contained in:
Anuken
2019-07-22 12:42:42 -04:00
parent 8d2a637bd8
commit 6f0bc2ecf8
7 changed files with 4 additions and 3 deletions

View File

@@ -96,6 +96,7 @@ public class IOSLauncher extends IOSApplication.Delegate{
FileHandle file = Core.files.absolute(getDocumentsDirectory()).child(url.getLastPathComponent());
Core.files.absolute(url.getPath()).copyTo(file);
//TODO detect if it's a map or save
if(file.extension().equalsIgnoreCase(saveExtension)){ //open save
if(SaveIO.isSaveValid(file)){