Added some refactoring around cache path logic

This commit is contained in:
Jonatino
2021-03-21 13:46:37 -04:00
parent f41aa220a4
commit 04634bc5b9
10 changed files with 49 additions and 40 deletions

View File

@@ -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
}
}