- Removed more stuff 👀

This commit is contained in:
SerpentSpirale 2021-02-04 14:57:59 +01:00
parent a063605961
commit c3824dcc09
13 changed files with 8 additions and 98 deletions

View file

@ -63,7 +63,6 @@ class MinecraftInputConnection extends BaseInputConnection {
}
public boolean commitText(CharSequence text, int newCursorPosition) {
//parent.sendKeyPress(text.charAt(0));
for(int i = 0; i < text.length(); i++) parent.sendKeyPress(text.charAt(i));
return true;
}