mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-20 09:55:14 -06:00
Consolidated a bunch of static classes
This commit is contained in:
parent
cf6a86e926
commit
774d382816
260 changed files with 4163 additions and 4536 deletions
|
|
@ -11,7 +11,7 @@ public final class Static14 {
|
|||
|
||||
@OriginalMember(owner = "client!bd", name = "a", descriptor = "(BI)V")
|
||||
public static void method475(@OriginalArg(1) int arg0) {
|
||||
@Pc(8) Inv local8 = (Inv) Static20.objectContainerCache.get((long) arg0);
|
||||
@Pc(8) Inv local8 = (Inv) Inv.objectContainerCache.get((long) arg0);
|
||||
if (local8 != null) {
|
||||
for (@Pc(24) int local24 = 0; local24 < local8.objectIds.length; local24++) {
|
||||
local8.objectIds[local24] = -1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue