mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-19 04:50:25 -07:00
Consolidated a little more
This commit is contained in:
parent
774d382816
commit
1c0b9b1755
86 changed files with 1239 additions and 1292 deletions
|
|
@ -1183,7 +1183,7 @@ public class MiniMenu {
|
|||
addPlayerEntries(local140, z, player, x);
|
||||
}
|
||||
if (local133 == 3) {
|
||||
@Pc(931) LinkedList objStacks = Static159.objStacks[Player.level][x][z];
|
||||
@Pc(931) LinkedList objStacks = SceneGraph.objStacks[Player.level][x][z];
|
||||
if (objStacks != null) {
|
||||
for (@Pc(940) ObjStackNode node = (ObjStackNode) objStacks.tail(); node != null; node = (ObjStackNode) objStacks.prev()) {
|
||||
local240 = node.value.type;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue