mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-18 20:40:20 -07:00
Refactored more CS2 stuff
This commit is contained in:
parent
e5eeecd0ad
commit
79fdaf96f8
154 changed files with 1382 additions and 1378 deletions
|
|
@ -284,7 +284,7 @@ public final class Static231 {
|
|||
}
|
||||
|
||||
@OriginalMember(owner = "client!sk", name = "c", descriptor = "(II)I")
|
||||
public static int method3984(@OriginalArg(1) int arg0) {
|
||||
public static int toLowerCase(@OriginalArg(1) int arg0) {
|
||||
if (arg0 >= 65 && arg0 <= 90 || arg0 >= 192 && arg0 <= 222 && arg0 != 215) {
|
||||
return arg0 + 32;
|
||||
} else if (arg0 == 159) {
|
||||
|
|
@ -298,6 +298,6 @@ public final class Static231 {
|
|||
|
||||
@OriginalMember(owner = "client!sk", name = "a", descriptor = "(Lclient!ve;I)Z")
|
||||
public static boolean isReady(@OriginalArg(0) Js5 arg0) {
|
||||
return arg0.method4506(Static138.anInt3443);
|
||||
return arg0.isFileReady(Static138.anInt3443);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue