Couple manual fixes
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
import net.runelite.mapping.Implements;
|
||||
import net.runelite.mapping.ObfuscatedGetter;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
import net.runelite.mapping.ObfuscatedSignature;
|
||||
|
||||
@ObfuscatedName("ca")
|
||||
@Implements("XClanMember")
|
||||
public class class102 extends class208 {
|
||||
@ObfuscatedName("w")
|
||||
@ObfuscatedGetter(
|
||||
|
||||
@@ -1,10 +1,8 @@
|
||||
import net.runelite.mapping.Export;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
|
||||
@ObfuscatedName("gf")
|
||||
public class class195 {
|
||||
@ObfuscatedName("w")
|
||||
@Export("current")
|
||||
class207 field3096;
|
||||
@ObfuscatedName("a")
|
||||
class207 field3097 = new class207();
|
||||
|
||||
@@ -6,6 +6,7 @@ import net.runelite.mapping.ObfuscatedName;
|
||||
@Implements("Deque")
|
||||
public class class199 {
|
||||
@ObfuscatedName("w")
|
||||
@Export("current")
|
||||
class208 field3107;
|
||||
@ObfuscatedName("a")
|
||||
@Export("head")
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
import net.runelite.mapping.Export;
|
||||
import net.runelite.mapping.Implements;
|
||||
import net.runelite.mapping.ObfuscatedGetter;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
import net.runelite.mapping.ObfuscatedSignature;
|
||||
|
||||
@ObfuscatedName("o")
|
||||
@Implements("XClanMember")
|
||||
public class class24 extends class208 {
|
||||
@ObfuscatedName("ra")
|
||||
protected static String field628;
|
||||
|
||||
@@ -1341,7 +1341,7 @@ public final class client extends class144 {
|
||||
var51.method2603(var10 != null?1:0);
|
||||
var51.method2793(var43.getPath());
|
||||
if(var10 != null) {
|
||||
var51.method2793(var10.getPath());
|
||||
//var51.method2793(var10.getPath());
|
||||
}
|
||||
|
||||
var49.method4201(var51.field1993, 0, var51.field1992);
|
||||
|
||||
Reference in New Issue
Block a user