Double letter bug fix on MC 1.8.9 and below

This commit is contained in:
khanhduytran0 2020-11-25 20:09:51 +07:00
parent 32bf68bdb7
commit c4c90873c8

View File

@ -196,7 +196,7 @@ public class BaseMainActivity extends LoggableActivity {
// toggleGui(null);
this.drawerLayout.closeDrawers();
AndroidLWJGLKeycode.isBackspaceAfterChar = mVersionInfo.minimumLauncherVersion >= 18;
AndroidLWJGLKeycode.isBackspaceAfterChar = true; // mVersionInfo.minimumLauncherVersion >= 18;
placeMouseAt(CallbackBridge.windowWidth / 2, CallbackBridge.windowHeight / 2);
new Thread(new Runnable(){