mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-12 01:21:23 -07:00
Refactored more CS2 stuff
This commit is contained in:
parent
e5eeecd0ad
commit
79fdaf96f8
154 changed files with 1382 additions and 1378 deletions
|
|
@ -21,14 +21,14 @@ public final class Static176 {
|
|||
|
||||
@OriginalMember(owner = "client!ob", name = "a", descriptor = "(B)V")
|
||||
public static void method3302() {
|
||||
Static27.aClass99_4.method3104();
|
||||
Static244.aClass99_32.method3104();
|
||||
Static118.aClass99_16.method3104();
|
||||
Static27.aClass99_4.clear();
|
||||
Static244.aClass99_32.clear();
|
||||
Static118.objectSpriteCache.clear();
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!ob", name = "a", descriptor = "(IB)Z")
|
||||
public static boolean method3303(@OriginalArg(0) int arg0) {
|
||||
@Pc(3) World local3 = Static54.method1310(arg0);
|
||||
public static boolean hopWorld(@OriginalArg(0) int arg0) {
|
||||
@Pc(3) World local3 = Static54.getWorld(arg0);
|
||||
if (local3 == null) {
|
||||
return false;
|
||||
} else if (SignLink.anInt5928 == 1 || SignLink.anInt5928 == 2 || Static83.modeWhere == 2) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue