Removed sector data cache system

This commit is contained in:
Anuken
2020-09-16 18:38:23 -04:00
parent 030542890e
commit bdf814c9b9
14 changed files with 134 additions and 356 deletions

View File

@@ -77,6 +77,7 @@ public class SaveIO{
try{
return getMeta(getStream(file));
}catch(Exception e){
e.printStackTrace();
return getMeta(getBackupStream(file));
}
}