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
|
|
@ -144,7 +144,7 @@ public final class Static38 {
|
|||
if ((local28.value & 0x3FFFFFFFFFFFFFFFL) < local4) {
|
||||
if ((local28.value & 0x4000000000000000L) != 0L) {
|
||||
@Pc(58) int local58 = (int) local28.key;
|
||||
VarpDomain.varps[local58] = Static106.varp[local58];
|
||||
VarpDomain.activeVarps[local58] = VarpDomain.varp[local58];
|
||||
local28.unlink();
|
||||
return local58;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue