mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-16 07:55:13 -06:00
Extend varp array to support cases where a server has >2500
This commit is contained in:
parent
1523a94221
commit
aa72ec12d2
15 changed files with 28 additions and 29 deletions
|
|
@ -93,7 +93,7 @@ public final class Static202 {
|
|||
arg1 = 0;
|
||||
}
|
||||
local25 <<= local16;
|
||||
Static148.method2766(local19, local25 & arg1 << local16 | VarpDomain.varps[local19] & ~local25);
|
||||
Static148.method2766(local19, local25 & arg1 << local16 | VarpDomain.activeVarps[local19] & ~local25);
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!qg", name = "a", descriptor = "([Lclient!na;[SI)V")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue