Remove unneeded annotations (when the method wasn't obfuscated to begin with)
This commit is contained in:
@@ -11,8 +11,6 @@ public class SecureRandomCallable implements Callable {
|
||||
@Export("indexedSpriteHeights")
|
||||
static int[] indexedSpriteHeights;
|
||||
|
||||
@Export("call")
|
||||
@ObfuscatedName("call")
|
||||
public Object call() {
|
||||
return AttackOption.method2034();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user