More IndexX renaming
This commit is contained in:
@@ -168,26 +168,26 @@ public final class NPC extends Actor {
|
||||
garbageValue = "-51"
|
||||
)
|
||||
static void method2009(int var0, ArchiveDisk var1, Archive var2) {
|
||||
IndexStoreAction var3 = new IndexStoreAction();
|
||||
ArchiveDiskAction var3 = new ArchiveDiskAction();
|
||||
var3.type = 1;
|
||||
var3.key = (long)var0;
|
||||
var3.archiveDisk = var1;
|
||||
var3.archive = var2;
|
||||
NodeDeque var4 = IndexStoreActionHandler.IndexStoreActionHandler_requestQueue;
|
||||
synchronized(IndexStoreActionHandler.IndexStoreActionHandler_requestQueue) {
|
||||
IndexStoreActionHandler.IndexStoreActionHandler_requestQueue.addFirst(var3);
|
||||
NodeDeque var4 = ArchiveDiskActionHandler.ArchiveDiskActionHandler_requestQueue;
|
||||
synchronized(ArchiveDiskActionHandler.ArchiveDiskActionHandler_requestQueue) {
|
||||
ArchiveDiskActionHandler.ArchiveDiskActionHandler_requestQueue.addFirst(var3);
|
||||
}
|
||||
|
||||
Object var5 = IndexStoreActionHandler.IndexStoreActionHandler_lock;
|
||||
synchronized(IndexStoreActionHandler.IndexStoreActionHandler_lock) {
|
||||
if (IndexStoreActionHandler.field412 == 0) {
|
||||
Frames.IndexStoreActionHandler_thread = new Thread(new IndexStoreActionHandler());
|
||||
Frames.IndexStoreActionHandler_thread.setDaemon(true);
|
||||
Frames.IndexStoreActionHandler_thread.start();
|
||||
Frames.IndexStoreActionHandler_thread.setPriority(5);
|
||||
Object var5 = ArchiveDiskActionHandler.ArchiveDiskActionHandler_lock;
|
||||
synchronized(ArchiveDiskActionHandler.ArchiveDiskActionHandler_lock) {
|
||||
if (ArchiveDiskActionHandler.field412 == 0) {
|
||||
Frames.ArchiveDiskActionHandler_thread = new Thread(new ArchiveDiskActionHandler());
|
||||
Frames.ArchiveDiskActionHandler_thread.setDaemon(true);
|
||||
Frames.ArchiveDiskActionHandler_thread.start();
|
||||
Frames.ArchiveDiskActionHandler_thread.setPriority(5);
|
||||
}
|
||||
|
||||
IndexStoreActionHandler.field412 = 600;
|
||||
ArchiveDiskActionHandler.field412 = 600;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user