mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 00:15:15 -06:00
Refactored more CS2 stuff
This commit is contained in:
parent
e5eeecd0ad
commit
79fdaf96f8
154 changed files with 1382 additions and 1378 deletions
|
|
@ -547,11 +547,11 @@ public final class Static280 {
|
|||
if (arg0.layer != -1) {
|
||||
return Static5.getComponent(arg0.layer);
|
||||
}
|
||||
@Pc(28) int local28 = arg0.anInt507 >>> 16;
|
||||
@Pc(28) int local28 = arg0.id >>> 16;
|
||||
@Pc(33) HashTableIterator local33 = new HashTableIterator(Static119.aClass133_9);
|
||||
for (@Pc(38) Class3_Sub31 local38 = (Class3_Sub31) local33.method2701(); local38 != null; local38 = (Class3_Sub31) local33.method2700()) {
|
||||
if (local28 == local38.anInt5878) {
|
||||
return Static5.getComponent((int) local38.aLong192);
|
||||
return Static5.getComponent((int) local38.uid);
|
||||
}
|
||||
}
|
||||
return null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue