mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-12 17:40:19 -07:00
Loads of refactoring, renamed Class3_Sub13 to EnumStringEntry too
This commit is contained in:
parent
e11ef7d372
commit
d2c6c19cb8
263 changed files with 2432 additions and 2436 deletions
|
|
@ -81,7 +81,7 @@ public final class Static40 {
|
|||
|
||||
@OriginalMember(owner = "client!da", name = "c", descriptor = "(II)Lclient!aa;")
|
||||
public static MsiType method1013(@OriginalArg(0) int arg0) {
|
||||
@Pc(10) MsiType local10 = (MsiType) Static231.aClass99_29.method3106((long) arg0);
|
||||
@Pc(10) MsiType local10 = (MsiType) Static231.aClass99_29.get((long) arg0);
|
||||
if (local10 != null) {
|
||||
return local10;
|
||||
}
|
||||
|
|
@ -90,7 +90,7 @@ public final class Static40 {
|
|||
if (local20 != null) {
|
||||
local10.method6(new Buffer(local20), arg0);
|
||||
}
|
||||
Static231.aClass99_29.method3095(local10, (long) arg0);
|
||||
Static231.aClass99_29.put(local10, (long) arg0);
|
||||
return local10;
|
||||
}
|
||||
|
||||
|
|
@ -129,7 +129,7 @@ public final class Static40 {
|
|||
local8.p4((int) (Math.random() * 9.9999999E7D));
|
||||
local8.pjstr(password);
|
||||
local8.p4((int) (Math.random() * 9.9999999E7D));
|
||||
local8.p2(Static204.anInt4760);
|
||||
local8.p2(Static204.affiliate);
|
||||
local8.p1(arg0);
|
||||
local8.p1(arg2);
|
||||
local8.p4((int) (Math.random() * 9.9999999E7D));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue