Fixed #7178 / Maps renamed

This commit is contained in:
Anuken
2022-07-15 19:26:23 -04:00
parent f6093c864f
commit 8d6cac39d0
9 changed files with 59 additions and 43 deletions

View File

@@ -68,6 +68,7 @@ public class SaveIO{
getMeta(stream);
return true;
}catch(Throwable e){
Log.err(e);
return false;
}
}