runescape-client: fix the thing

This commit is contained in:
ThatGamerBlue
2020-12-11 06:14:29 +00:00
parent f74baf08ce
commit 463bc42f5f
325 changed files with 35526 additions and 35531 deletions

View File

@@ -32,10 +32,10 @@ public class FriendLoginUpdate extends Link {
descriptor = "(Lki;I)V"
)
FriendLoginUpdate(Username var1, int var2) {
this.field3680 = (int)(class298.currentTimeMillis() / 1000L);
this.username = var1;
this.world = (short)var2;
}
this.field3680 = (int)(class298.currentTimeMillis() / 1000L); // L: 106
this.username = var1; // L: 107
this.world = (short)var2; // L: 108
} // L: 109
@ObfuscatedName("h")
@ObfuscatedSignature(
@@ -43,7 +43,7 @@ public class FriendLoginUpdate extends Link {
garbageValue = "-1"
)
public static boolean method5290(int var0) {
return var0 >= WorldMapDecorationType.field2761.id && var0 <= WorldMapDecorationType.field2747.id || var0 == WorldMapDecorationType.field2748.id;
return var0 >= WorldMapDecorationType.field2761.id && var0 <= WorldMapDecorationType.field2747.id || var0 == WorldMapDecorationType.field2748.id; // L: 42
}
@ObfuscatedName("l")
@@ -53,6 +53,6 @@ public class FriendLoginUpdate extends Link {
)
@Export("isAlphaNumeric")
public static boolean isAlphaNumeric(char var0) {
return var0 >= '0' && var0 <= '9' || var0 >= 'A' && var0 <= 'Z' || var0 >= 'a' && var0 <= 'z';
return var0 >= '0' && var0 <= '9' || var0 >= 'A' && var0 <= 'Z' || var0 >= 'a' && var0 <= 'z'; // L: 155
}
}