ClassMap regen

This commit is contained in:
Anuken
2021-07-04 09:55:12 -04:00
parent ebf0c71db6
commit 42497d8627
4 changed files with 11 additions and 10 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()){