more RSClient refactoring

This commit is contained in:
Lucwousin
2019-07-10 00:02:08 +02:00
parent 02ba0bbe57
commit 91fbcf3d6b
83 changed files with 670 additions and 592 deletions

View File

@@ -93,7 +93,8 @@ public class IgnoreList extends UserList {
signature = "(Ljava/lang/CharSequence;IZB)I",
garbageValue = "5"
)
static int method5438(CharSequence var0, int var1, boolean var2) {
@Export("parseIntCustomRadix")
static int parseIntCustomRadix(CharSequence var0, int var1, boolean var2) {
if (var1 >= 2 && var1 <= 36) {
boolean var3 = false;
boolean var4 = false;