fixed release script but it's too late

This commit is contained in:
Anuken
2022-07-16 11:04:44 -04:00
parent d3210a0831
commit 8383d151a3
2 changed files with 2 additions and 1 deletions

View File

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