Use newer version of fernflower and remove __xx names
This commit is contained in:
@@ -11,10 +11,6 @@ public class class322 {
|
||||
@Export("reflectionChecks")
|
||||
public static IterableNodeDeque reflectionChecks;
|
||||
|
||||
static {
|
||||
reflectionChecks = new IterableNodeDeque();
|
||||
}
|
||||
|
||||
@ObfuscatedName("m")
|
||||
@ObfuscatedSignature(
|
||||
signature = "(Lir;III)Lln;",
|
||||
@@ -22,6 +18,10 @@ public class class322 {
|
||||
)
|
||||
@Export("readSprite")
|
||||
public static Sprite readSprite(AbstractIndexCache var0, int var1, int var2) {
|
||||
return !SpriteMask.loadSprite(var0, var1, var2)?null:class258.method4900();
|
||||
return !SpriteMask.loadSprite(var0, var1, var2) ? null : class258.method4900();
|
||||
}
|
||||
|
||||
static {
|
||||
reflectionChecks = new IterableNodeDeque();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user