Suppress invalid save meta errors

This commit is contained in:
Anuken
2021-07-18 14:40:59 -04:00
parent 54db6bda85
commit 7879648090
2 changed files with 1 additions and 3 deletions

View File

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