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

@@ -167,11 +167,11 @@ public final class NPC extends Actor {
signature = "(ILff;Lit;B)V",
garbageValue = "-51"
)
static void method2009(int var0, IndexStore var1, Archive var2) {
static void method2009(int var0, ArchiveDisk var1, Archive var2) {
IndexStoreAction var3 = new IndexStoreAction();
var3.type = 1;
var3.key = (long)var0;
var3.indexStore = var1;
var3.archiveDisk = var1;
var3.indexCache = var2;
NodeDeque var4 = IndexStoreActionHandler.IndexStoreActionHandler_requestQueue;
synchronized(IndexStoreActionHandler.IndexStoreActionHandler_requestQueue) {