mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-19 04:50:25 -07:00
Movede some functions to SceneGraph
This commit is contained in:
parent
8e878adea5
commit
0b44eca4ba
33 changed files with 2509 additions and 2567 deletions
|
|
@ -254,4 +254,10 @@ public class WorldList {
|
|||
method1697(arg0, arg1, local15 - 1, arg3, arg4, arg5);
|
||||
method1697(arg0, arg1, arg2, arg3, local15 + 1, arg5);
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!bh", name = "a", descriptor = "(B)Lclient!ba;")
|
||||
public static World getFirstWorld() {
|
||||
worldPos = 0;
|
||||
return getNextWorld();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue