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

@@ -56,7 +56,8 @@ public class JagexCache {
@Export("cacheGamebuild")
static int cacheGamebuild;
@ObfuscatedName("p")
static String field2065;
@Export("operatingSystemName")
static String operatingSystemName;
@ObfuscatedName("m")
@Export("userHomeDirectory")
static String userHomeDirectory;
@@ -225,4 +226,4 @@ public class JagexCache {
return 2; // L: 2643
}
}
}
}