Fixed overflow gate, splitter

This commit is contained in:
Anuken
2018-07-13 10:11:42 -04:00
parent 2fcb3c4420
commit 93bec04c92
8 changed files with 127 additions and 91 deletions
@@ -134,6 +134,8 @@ public class SaveIO{
FileHandle backup = file.sibling(file.name() + "-backup." + file.extension());
if(backup.exists()){
load(new InflaterInputStream(backup.read()));
}else{
throw new RuntimeException(e);
}
}
}