mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 08:25:14 -06:00
Consolidated a little more
This commit is contained in:
parent
774d382816
commit
1c0b9b1755
86 changed files with 1239 additions and 1292 deletions
|
|
@ -14,7 +14,7 @@ public final class Static220 {
|
|||
|
||||
@OriginalMember(owner = "client!rm", name = "a", descriptor = "(IBI)V")
|
||||
public static void spawnGroundObject(@OriginalArg(0) int arg0, @OriginalArg(2) int arg1) {
|
||||
@Pc(9) LinkedList local9 = Static159.objStacks[Player.level][arg1][arg0];
|
||||
@Pc(9) LinkedList local9 = SceneGraph.objStacks[Player.level][arg1][arg0];
|
||||
if (local9 == null) {
|
||||
Static187.method3420(Player.level, arg1, arg0);
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue