Rename IndexStore to be more accurate, rename rest in Archive

This commit is contained in:
Lucas
2019-07-07 06:35:37 +02:00
parent eeeafb93b7
commit b81aa94685
11 changed files with 112 additions and 111 deletions

View File

@@ -107,7 +107,7 @@ public class class3 implements Enumerated {
return;
}
var1.indexCache.load(var1.indexStore, (int)var1.key, var1.data, false);
var1.indexCache.load(var1.archiveDisk, (int)var1.key, var1.data, false);
}
}