We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07d1371 commit c193677Copy full SHA for c193677
src/main/java/com/jagex/runescape/Class60.java
@@ -243,7 +243,7 @@ public static void updateLogin() {
243
Native.username = Native.username.substring(0, -1 + Native.username.length());
244
if(ItemDefinition.anInt2854 == 84 || ItemDefinition.anInt2854 == 80)
245
MovedStatics.loginScreenFocus = 1;
246
- if(bool && Native.username.length() < 12)
+ if(bool && Native.username.length() < 18)
247
Native.username = Native.username.addChar(Class59.anInt1388);
248
} else if(MovedStatics.loginScreenFocus == 1) {
249
if(ItemDefinition.anInt2854 == 85 && Native.password.length() > 0)
0 commit comments