mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-18 00:45:14 -06:00
Refactored more CS2 stuff
This commit is contained in:
parent
e5eeecd0ad
commit
79fdaf96f8
154 changed files with 1382 additions and 1378 deletions
|
|
@ -39,7 +39,7 @@ public final class Static143 {
|
|||
}
|
||||
|
||||
@OriginalMember(owner = "client!ld", name = "a", descriptor = "(IB)I")
|
||||
public static int method2733(@OriginalArg(0) int arg0) {
|
||||
public static int toUpperCase(@OriginalArg(0) int arg0) {
|
||||
if (arg0 >= 97 && arg0 <= 122 || arg0 >= 224 && arg0 <= 254 && arg0 != 247) {
|
||||
return arg0 - 32;
|
||||
} else if (arg0 == 255) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue