Skip to content

Commit c193677

Browse files
author
Henning Berge
committed
inreace username length to 18 chars
1 parent 07d1371 commit c193677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/jagex/runescape/Class60.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ public static void updateLogin() {
243243
Native.username = Native.username.substring(0, -1 + Native.username.length());
244244
if(ItemDefinition.anInt2854 == 84 || ItemDefinition.anInt2854 == 80)
245245
MovedStatics.loginScreenFocus = 1;
246-
if(bool && Native.username.length() < 12)
246+
if(bool && Native.username.length() < 18)
247247
Native.username = Native.username.addChar(Class59.anInt1388);
248248
} else if(MovedStatics.loginScreenFocus == 1) {
249249
if(ItemDefinition.anInt2854 == 85 && Native.password.length() > 0)

0 commit comments

Comments
 (0)