update client to rev 183

This commit is contained in:
ThatGamerBlue
2019-09-12 14:00:01 +01:00
parent 0446151736
commit 12c08b271a
342 changed files with 41159 additions and 41468 deletions

View File

@@ -2,10 +2,10 @@ import net.runelite.mapping.Export;
import net.runelite.mapping.Implements;
import net.runelite.mapping.ObfuscatedName;
@ObfuscatedName("et")
@ObfuscatedName("ei")
@Implements("DirectWrapper")
public class DirectWrapper extends Wrapper {
@ObfuscatedName("s")
@ObfuscatedName("c")
@Export("obj")
Object obj;
@@ -14,13 +14,13 @@ public class DirectWrapper extends Wrapper {
this.obj = var1;
}
@ObfuscatedName("s")
@ObfuscatedName("c")
@Export("get")
Object get() {
return this.obj;
}
@ObfuscatedName("j")
@ObfuscatedName("x")
@Export("isSoft")
boolean isSoft() {
return false;