Added some refactoring around cache path logic
This commit is contained in:
@@ -8,7 +8,8 @@ import net.runelite.mapping.ObfuscatedSignature;
|
||||
@Implements("GZipDecompressor")
|
||||
public class GZipDecompressor {
|
||||
@ObfuscatedName("t")
|
||||
public static String field4046;
|
||||
@Export("formattedOperatingSystemName")
|
||||
public static String formattedOperatingSystemName;
|
||||
@ObfuscatedName("n")
|
||||
@Export("inflater")
|
||||
Inflater inflater;
|
||||
@@ -49,4 +50,4 @@ public class GZipDecompressor {
|
||||
throw new RuntimeException("");
|
||||
}
|
||||
} // L: 27
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user