use Character.isDigit() for bankpin

This commit is contained in:
Lucas
2019-06-11 17:06:54 +02:00
parent ba4964d37f
commit ffe42de972
7 changed files with 17 additions and 24 deletions

View File

@@ -327,7 +327,8 @@ public class FriendSystem {
signature = "(B)Z",
garbageValue = "0"
)
public static boolean method1868() {
@Export("jmodCheck")
public static boolean jmodCheck() {
return Client.rights >= 2;
}
}