IndexCacheLoader -> ArchiveLoader, read -> decode

This commit is contained in:
Lucas
2019-07-07 08:17:19 +02:00
parent 13a42e4740
commit 558d3e8d66
85 changed files with 592 additions and 589 deletions

View File

@@ -50,7 +50,7 @@ public class SoundSystem implements Runnable {
if (var1 != null) {
return var1;
} else {
byte[] var2 = Formatting.indexCache12.takeFile(var0, 0);
byte[] var2 = Formatting.archive12.takeFile(var0, 0);
if (var2 == null) {
return null;
} else {