mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-16 19:40:18 -07: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
|
|
@ -20,7 +20,7 @@ public final class Static148 {
|
|||
|
||||
@OriginalMember(owner = "client!li", name = "a", descriptor = "(III)V")
|
||||
public static void method2766(@OriginalArg(0) int arg0, @OriginalArg(2) int arg1) {
|
||||
VarpDomain.varps[arg0] = arg1;
|
||||
VarpDomain.activeVarps[arg0] = arg1;
|
||||
@Pc(21) LongNode local21 = (LongNode) Static199.aClass133_20.get((long) arg0);
|
||||
if (local21 == null) {
|
||||
local21 = new LongNode(MonotonicClock.currentTimeMillis() + 500L);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue