Use newer version of fernflower and remove __xx names
This commit is contained in:
@@ -1,19 +1,13 @@
|
||||
import java.math.BigInteger;
|
||||
import net.runelite.mapping.Export;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
import net.runelite.mapping.ObfuscatedSignature;
|
||||
|
||||
@ObfuscatedName("ce")
|
||||
public class class80 {
|
||||
@ObfuscatedName("o")
|
||||
static final BigInteger __ce_o;
|
||||
static final BigInteger field1163;
|
||||
@ObfuscatedName("u")
|
||||
static final BigInteger __ce_u;
|
||||
|
||||
static {
|
||||
__ce_o = new BigInteger("80782894952180643741752986186714059433953886149239752893425047584684715842049");
|
||||
__ce_u = new BigInteger("7237300117305667488707183861728052766358166655052137727439795191253340127955075499635575104901523446809299097934591732635674173519120047404024393881551683");
|
||||
}
|
||||
static final BigInteger field1164;
|
||||
|
||||
@ObfuscatedName("o")
|
||||
@ObfuscatedSignature(
|
||||
@@ -21,7 +15,7 @@ public class class80 {
|
||||
garbageValue = "1844169387"
|
||||
)
|
||||
static void method2015() {
|
||||
if(Login.__cu_f) {
|
||||
if (Login.field465) {
|
||||
Login.titleboxSprite = null;
|
||||
IndexCacheLoader.titlebuttonSprite = null;
|
||||
WorldMapEvent.runesSprite = null;
|
||||
@@ -35,11 +29,17 @@ public class class80 {
|
||||
Frames.worldSelectFlagSprites = null;
|
||||
AttackOption.worldSelectArrows = null;
|
||||
UrlRequest.worldSelectStars = null;
|
||||
class277.__jn_by = null;
|
||||
class277.field1144 = null;
|
||||
class16.loginScreenRunesAnimation.method1762();
|
||||
AbstractSocket.method3488(2);
|
||||
UserComparator9.method3343(true);
|
||||
Login.__cu_f = false;
|
||||
Login.field465 = false;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
static {
|
||||
field1163 = new BigInteger("80782894952180643741752986186714059433953886149239752893425047584684715842049");
|
||||
field1164 = new BigInteger("7237300117305667488707183861728052766358166655052137727439795191253340127955075499635575104901523446809299097934591732635674173519120047404024393881551683");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user