Throw multiple items when hotbar is still pressed

This commit is contained in:
SerpentSpirale 2021-09-06 13:15:33 +02:00 committed by SerpentSpirale
parent 6e948efab0
commit b14a228f4d

View File

@ -75,7 +75,8 @@ public class BaseMainActivity extends LoggableActivity {
} }
break; break;
case MSG_DROP_ITEM_BUTTON_CHECK: 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; break;
} }