mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-19 13:00:12 -07:00
Throw multiple items when hotbar is still pressed
This commit is contained in:
parent
6e948efab0
commit
b14a228f4d
1 changed files with 2 additions and 1 deletions
|
|
@ -75,7 +75,8 @@ public class BaseMainActivity extends LoggableActivity {
|
|||
}
|
||||
break;
|
||||
case MSG_DROP_ITEM_BUTTON_CHECK:
|
||||
sendKeyPress(LWJGLGLFWKeycode.GLFW_KEY_Q, 0, true);
|
||||
sendKeyPress(LWJGLGLFWKeycode.GLFW_KEY_Q);
|
||||
theHandler.sendEmptyMessageDelayed(MSG_DROP_ITEM_BUTTON_CHECK, 600);
|
||||
break;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue