mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-17 20:10:21 -07:00
Refactored Js5 class
This commit is contained in:
parent
c5ef44dfcb
commit
bcb88470f8
49 changed files with 423 additions and 423 deletions
|
|
@ -23,7 +23,7 @@ public class MapList {
|
|||
@Pc(25) int local25 = archive.getGroupId(Static54.aClass100_374);
|
||||
@Pc(30) int[] local30 = archive.getFileIds(local25);
|
||||
for (@Pc(32) int local32 = 0; local32 < local30.length; local32++) {
|
||||
aClass69_120.addTail(Map.create(new Buffer(archive.getFile(local25, local30[local32]))));
|
||||
aClass69_120.addTail(Map.create(new Buffer(archive.fetchFile(local25, local30[local32]))));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue