rs-client: remove Export annotations
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import net.runelite.mapping.Export;
|
||||
import net.runelite.mapping.Implements;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
import net.runelite.mapping.ObfuscatedSignature;
|
||||
@@ -7,7 +6,6 @@ import net.runelite.mapping.ObfuscatedSignature;
|
||||
@Implements("UserComparator3")
|
||||
public class UserComparator3 extends AbstractUserComparator {
|
||||
@ObfuscatedName("z")
|
||||
@Export("reversed")
|
||||
final boolean reversed;
|
||||
|
||||
public UserComparator3(boolean var1) {
|
||||
@@ -19,7 +17,6 @@ public class UserComparator3 extends AbstractUserComparator {
|
||||
descriptor = "(Lko;Lko;B)I",
|
||||
garbageValue = "-39"
|
||||
)
|
||||
@Export("compareBuddy")
|
||||
int compareBuddy(Buddy var1, Buddy var2) {
|
||||
if (var2.world != var1.world) { // L: 14
|
||||
return this.reversed ? var1.world - var2.world : var2.world - var1.world; // L: 15
|
||||
|
||||
Reference in New Issue
Block a user