mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-20 13:30:30 -07:00
Consolidated a little more
This commit is contained in:
parent
774d382816
commit
1c0b9b1755
86 changed files with 1239 additions and 1292 deletions
|
|
@ -8,10 +8,7 @@ public final class Static71 {
|
|||
@OriginalMember(owner = "client!fk", name = "j", descriptor = "[[I")
|
||||
public static int[][] anIntArrayArray10;
|
||||
|
||||
@OriginalMember(owner = "client!fk", name = "k", descriptor = "[I")
|
||||
public static final int[] anIntArray147 = new int[14];
|
||||
|
||||
@OriginalMember(owner = "client!fk", name = "b", descriptor = "(I)V")
|
||||
@OriginalMember(owner = "client!fk", name = "b", descriptor = "(I)V")
|
||||
public static void method1444() {
|
||||
for (@Pc(7) int local7 = -1; local7 < PlayerList.size; local7++) {
|
||||
@Pc(21) int local21;
|
||||
|
|
@ -22,7 +19,7 @@ public final class Static71 {
|
|||
}
|
||||
@Pc(31) Player local31 = PlayerList.players[local21];
|
||||
if (local31 != null) {
|
||||
Static263.method4514(local31.getSize(), local31);
|
||||
NpcList.method4514(local31.getSize(), local31);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue