This commit is contained in:
therealunull
2020-12-14 09:08:42 -05:00
parent aa44329202
commit a55f9502e2
115 changed files with 5376 additions and 267 deletions

View File

@@ -232,7 +232,7 @@ public class WorldMapData_0 extends AbstractWorldMapData {
)
public static void method237() {
try {
File var0 = new File(TileItemPile.userHomeDirectory, "random.dat"); // L: 212
File var0 = new File(ItemLayer.userHomeDirectory, "random.dat"); // L: 212
int var2;
if (var0.exists()) { // L: 213
JagexCache.JagexCache_randomDat = new BufferedFile(new AccessFile(var0, "rw", 25L), 24, 0); // L: 214