Rename AbstractIndexCache to be more accurate
This commit is contained in:
@@ -15,7 +15,7 @@ public class WorldMapSection1 implements WorldMapSection {
|
||||
signature = "Lit;"
|
||||
)
|
||||
@Export("indexCache15")
|
||||
static IndexCache indexCache15;
|
||||
static Archive indexCache15;
|
||||
@ObfuscatedName("ey")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -1516124929
|
||||
@@ -193,7 +193,7 @@ public class WorldMapSection1 implements WorldMapSection {
|
||||
if (var1 != null) {
|
||||
return var1;
|
||||
} else {
|
||||
byte[] var2 = KitDefinition.KitDefinition_indexCache.takeRecord(3, var0);
|
||||
byte[] var2 = KitDefinition.KitDefinition_indexCache.takeFile(3, var0);
|
||||
var1 = new KitDefinition();
|
||||
if (var2 != null) {
|
||||
var1.read(new Buffer(var2));
|
||||
|
||||
Reference in New Issue
Block a user