A RuneTek3 client (377) that is deobfuscated, converted to Kotlin, and includes QoL improvements.
0

Configure Feed

Select the types of activity you want to include in your feed.

refactor

+2 -2
+2 -2
src/main/java/com/jagex/runescape/util/SignLink.java
··· 82 82 83 83 public void run() { 84 84 active = true; 85 - String directory = cacheLocation(); 85 + String directory = findcachedir(); 86 86 uid = getUID(directory); 87 87 88 88 try { ··· 294 294 } 295 295 } 296 296 297 - public static String cacheLocation() { 297 + public static String findcachedir() { 298 298 File file = new File(System.getProperty("user.home") + System.getProperty("file.separator") + CACHE_NAME + System.getProperty("file.separator")); 299 299 if (!file.exists()) { 300 300 if (!file.mkdir()) {