This commit is contained in:
Anuken
2021-07-04 09:51:39 -04:00
parent 39e47db8c7
commit 4ed9f10c1b
4 changed files with 7 additions and 8 deletions

View File

@ -219,7 +219,7 @@ public class IOSLauncher extends IOSApplication.Delegate{
if(SaveIO.isSaveValid(file)){
try{
SaveMeta meta = SaveIO.getMeta(new DataInputStream(new InflaterInputStream(file.read(Streams.DEFAULT_BUFFER_SIZE))));
SaveMeta meta = SaveIO.getMeta(new DataInputStream(new InflaterInputStream(file.read(Streams.defaultBufferSize))));
if(meta.tags.containsKey("name")){
//is map
if(!ui.editor.isShown()){