Merge remote-tracking branch 'upstream/master' into master

Nice insider info btw, be nice if you shared it, so-called "open source" client.
This commit is contained in:
ThatGamerBlue
2021-05-28 21:39:25 +01:00
481 changed files with 53410 additions and 51723 deletions

View File

@@ -3,10 +3,10 @@ import net.runelite.mapping.Implements;
import net.runelite.mapping.ObfuscatedName;
import net.runelite.mapping.ObfuscatedSignature;
@ObfuscatedName("oo")
@ObfuscatedName("ou")
@Implements("IntHashTable")
public class IntHashTable {
@ObfuscatedName("h")
@ObfuscatedName("v")
@Export("array")
int[] array;
@@ -32,10 +32,10 @@ public class IntHashTable {
} // L: 17
@ObfuscatedName("h")
@ObfuscatedName("v")
@ObfuscatedSignature(
descriptor = "(IB)I",
garbageValue = "98"
descriptor = "(II)I",
garbageValue = "-2076070335"
)
@Export("get")
public int get(int var1) {