cache: fix itemdumper
This commit is contained in:
@@ -88,7 +88,8 @@ public class ItemDumper
|
|||||||
|
|
||||||
for (net.runelite.cache.fs.File f : archive.getFiles())
|
for (net.runelite.cache.fs.File f : archive.getFiles())
|
||||||
{
|
{
|
||||||
loader.load(f.getFileId(), new InputStream(f.getContents()));
|
ItemDefinition def = loader.load(f.getFileId(), new InputStream(f.getContents()));
|
||||||
|
items.add(def);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user