File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
src/main/java/org/runejs/client Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ public static void updateLogin() {
212
212
int clickType = MouseHandler .clickType ;
213
213
int clickY = -171 + RSString .clickY ;
214
214
if (Class26 .loginScreenState == 0 ) {
215
- int i_14_ = 100 ;
215
+ /* int i_14_ = 100;
216
216
int i_15_ = 120;
217
217
if(clickType == 1 && i >= i_14_ - 75 && i_14_ + 75 >= i && clickY >= -20 + i_15_ && i_15_ + 20 >= clickY) {
218
218
MovedStatics.loginScreenFocus = 0;
@@ -225,6 +225,15 @@ public static void updateLogin() {
225
225
Native.loginScreenMessageLineOne = "";
226
226
Native.loginScreenMessageLineTwo = English.enterYourUsernameAndPassword;
227
227
Native.loginScreenMessageLineThree = "";
228
+ }*/
229
+ int i_20_ = 150 ;
230
+ int i_21_ = 180 ;
231
+ if (clickType == 1 && i >= -75 + i_21_ && 75 + i_21_ >= i && -20 + i_20_ <= clickY && 20 + i_20_ >= clickY ) {
232
+ Class26 .loginScreenState = 2 ;
233
+ MovedStatics .loginScreenFocus = 0 ;
234
+ Native .loginScreenMessageLineOne = "" ;
235
+ Native .loginScreenMessageLineTwo = English .enterYourUsernameAndPassword ;
236
+ Native .loginScreenMessageLineThree = "" ;
228
237
}
229
238
} else if (Class26 .loginScreenState == 2 ) {
230
239
int y = 60 ;
You can’t perform that action at this time.
0 commit comments